#122866

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

Shades of Sapphire #122866

Tints of Sapphire #122866

Color information

#122866 (or 0x122866) is unknown color: approx Sapphire. HEX triplet: 12, 28 and 66. RGB value is (18,40,102). Sum of RGB (Red+Green+Blue) = 18+40+102=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 102 (40.23% from 255 or 63.75% from 160); Max value from RGB is 102 - color contains mainly: blue. Hex color #122866 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122866 is #EDD799. Grayscale: #282828. Windows color (decimal): -15587226 or 6694930. OLE color: 6694930.

HSL color Cylindrical-coordinate representation of color #122866: hue angle of 224.29º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #122866 is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1840102-
CMYK0.820.6100.6
HSL224.29º70%23.53%-
HSV(B)224.29º82.35%40%-
XYZ3.412.6112.89-
YUV40.49162.71111.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.25%
GREEN value IS 40 (16.02% from 255) = 25%
BLUE value IS 102 (40.23% from 255) = 63.75%
R=11.25%
G=25%
B=63.75%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18401020.820.6100.6224.297023.53
Hex122866523D03Ce04618
Octal22501461227507434010630
Binary1001010100011001101010010111101011110011100000100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122866; }

 p { color: rgb(18,40,102); }

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

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

 a { background-color: rgb(18,40,102); }

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

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

 span { border-color: rgb(18,40,102); }

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