#122566

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

Shades of Sapphire #122566

Tints of Sapphire #122566

Color information

#122566 (or 0x122566) is unknown color: approx Sapphire. HEX triplet: 12, 25 and 66. RGB value is (18,37,102). Sum of RGB (Red+Green+Blue) = 18+37+102=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 102 (40.23% from 255 or 64.97% from 157); Max value from RGB is 102 - color contains mainly: blue. Hex color #122566 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122566 is #EDDA99. Grayscale: #262626. Windows color (decimal): -15587994 or 6694162. OLE color: 6694162.

HSL color Cylindrical-coordinate representation of color #122566: hue angle of 226.43º 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 #122566 is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1837102-
CMYK0.820.6400.6
HSL226.43º70%23.53%-
HSV(B)226.43º82.35%40%-
XYZ3.312.4112.86-
YUV38.73163.71113.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.46%
GREEN value IS 37 (14.84% from 255) = 23.57%
BLUE value IS 102 (40.23% from 255) = 64.97%
R=11.46%
G=23.57%
B=64.97%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18371020.820.6400.6226.437023.53
Hex122566524003Ce24618
Octal224514612210007434210630
Binary10010100101110011010100101000000011110011100010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122566; }

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

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

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

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

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

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

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

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