#0A2674

Color #0A2674 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #0A2674

Tints of Sapphire #0A2674

Color information

#0A2674 (or 0x0A2674) is unknown color: approx Sapphire. HEX triplet: 0A, 26 and 74. RGB value is (10,38,116). Sum of RGB (Red+Green+Blue) = 10+38+116=164 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.10% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 116 (45.70% from 255 or 70.73% from 164); Max value from RGB is 116 - color contains mainly: blue. Hex color #0A2674 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2674 is #F5D98B. Grayscale: #262626. Windows color (decimal): -16112012 or 7611914. OLE color: 7611914.

HSL color Cylindrical-coordinate representation of color #0A2674: hue angle of 224.15º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A2674 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1038116-
CMYK0.910.6700.55
HSL224.15º84.13%24.71%-
HSV(B)224.15º91.38%45.49%-
XYZ3.972.7116.84-
YUV38.52171.72107.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 10 (4.30% from 255) = 6.10%
GREEN value IS 38 (15.23% from 255) = 23.17%
BLUE value IS 116 (45.70% from 255) = 70.73%
R=6.10%
G=23.17%
B=70.73%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10381160.910.6700.55224.1584.1324.71
HexA26745B43037e05419
Octal124616413310306734012431
Binary1010100110111010010110111000011011011111100000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A2674; }

 p { color: rgb(10,38,116); }

 H1.HeaderClassName
 {
   color: #0A2674;
 }
 .AnyTagClassName
 {
   color: #0A2674;
 }
</style>
background-color css

<style>
 a { background-color: #0A2674; }

 a { background-color: rgb(10,38,116); }

 div.DivClassName
 {
   background-color: #0A2674;
 }
 .BgClassName
 {
   background-color: #0A2674;
 }
</style>
border-color css

<style>
 span { border-color: #0A2674; }

 span { border-color: rgb(10,38,116); }

 td.TdClassName
 {
   border-color: #0A2674;
 }
 .TagClassName
 {
   border-color: #0A2674;
 }
</style>