#122476

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

Shades of Sapphire #122476

Tints of Sapphire #122476

Color information

#122476 (or 0x122476) is unknown color: approx Sapphire. HEX triplet: 12, 24 and 76. RGB value is (18,36,118). Sum of RGB (Red+Green+Blue) = 18+36+118=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 118 (46.48% from 255 or 68.60% from 172); Max value from RGB is 118 - color contains mainly: blue. Hex color #122476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122476 is #EDDB89. Grayscale: #272727. Windows color (decimal): -15588234 or 7742482. OLE color: 7742482.

HSL color Cylindrical-coordinate representation of color #122476: hue angle of 229.2º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #122476 is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1836118-
CMYK0.850.6900.54
HSL229.2º73.53%26.67%-
HSV(B)229.2º84.75%46.27%-
XYZ4.152.717.44-
YUV39.97172.04112.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.47%
GREEN value IS 36 (14.45% from 255) = 20.93%
BLUE value IS 118 (46.48% from 255) = 68.60%
R=10.47%
G=20.93%
B=68.60%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18361180.850.6900.54229.273.5326.67
Hex1224765545036e54a1b
Octal224416612510506634511233
Binary10010100100111011010101011000101011011011100101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122476; }

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

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

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

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

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

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

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

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