#122470

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

Shades of Sapphire #122470

Tints of Sapphire #122470

Color information

#122470 (or 0x122470) is unknown color: approx Sapphire. HEX triplet: 12, 24 and 70. RGB value is (18,36,112). Sum of RGB (Red+Green+Blue) = 18+36+112=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 112 (44.14% from 255 or 67.47% from 166); Max value from RGB is 112 - color contains mainly: blue. Hex color #122470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122470 is #EDDB8F. Grayscale: #262626. Windows color (decimal): -15588240 or 7349266. OLE color: 7349266.

HSL color Cylindrical-coordinate representation of color #122470: hue angle of 228.51º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #122470 is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1836112-
CMYK0.840.6800.56
HSL228.51º72.31%25.49%-
HSV(B)228.51º83.93%43.92%-
XYZ3.82.5615.62-
YUV39.28169.04112.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.84%
GREEN value IS 36 (14.45% from 255) = 21.69%
BLUE value IS 112 (44.14% from 255) = 67.47%
R=10.84%
G=21.69%
B=67.47%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18361120.840.6800.56228.5172.3125.49
Hex1224705444038e54819
Octal224416012410407034511031
Binary10010100100111000010101001000100011100011100101100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122470; }

 p { color: rgb(18,36,112); }

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

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

 a { background-color: rgb(18,36,112); }

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

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

 span { border-color: rgb(18,36,112); }

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