#122064

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

Shades of Sapphire #122064

Tints of Sapphire #122064

Color information

#122064 (or 0x122064) is unknown color: approx Sapphire. HEX triplet: 12, 20 and 64. RGB value is (18,32,100). Sum of RGB (Red+Green+Blue) = 18+32+100=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 100 (39.45% from 255 or 66.67% from 150); Max value from RGB is 100 - color contains mainly: blue. Hex color #122064 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122064 is #EDDF9B. Grayscale: #232323. Windows color (decimal): -15589276 or 6561810. OLE color: 6561810.

HSL color Cylindrical-coordinate representation of color #122064: hue angle of 229.76º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #122064 is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB1832100-
CMYK0.820.6800.61
HSL229.76º69.49%23.14%-
HSV(B)229.76º82%39.22%-
XYZ3.072.0812.3-
YUV35.57164.36115.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12%
GREEN value IS 32 (12.89% from 255) = 21.33%
BLUE value IS 100 (39.45% from 255) = 66.67%
R=12%
G=21.33%
B=66.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal18321000.820.6800.61229.7669.4923.14
Hex122064524403De64517
Octal224014412210407534610527
Binary10010100000110010010100101000100011110111100110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122064; }

 p { color: rgb(18,32,100); }

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

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

 a { background-color: rgb(18,32,100); }

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

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

 span { border-color: rgb(18,32,100); }

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