#12246B

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

Shades of Sapphire #12246B

Tints of Sapphire #12246B

Color information

#12246B (or 0x12246B) is unknown color: approx Sapphire. HEX triplet: 12, 24 and 6B. RGB value is (18,36,107). Sum of RGB (Red+Green+Blue) = 18+36+107=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 107 (42.19% from 255 or 66.46% from 161); Max value from RGB is 107 - color contains mainly: blue. Hex color #12246B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12246B is #EDDB94. Grayscale: #262626. Windows color (decimal): -15588245 or 7021586. OLE color: 7021586.

HSL color Cylindrical-coordinate representation of color #12246B: hue angle of 227.87º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12246B is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1836107-
CMYK0.830.6600.58
HSL227.87º71.2%24.51%-
HSV(B)227.87º83.18%41.96%-
XYZ3.532.4514.2-
YUV38.71166.54113.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.18%
GREEN value IS 36 (14.45% from 255) = 22.36%
BLUE value IS 107 (42.19% from 255) = 66.46%
R=11.18%
G=22.36%
B=66.46%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18361070.830.6600.58227.8771.224.51
Hex12246B534203Ae44719
Octal224415312310207234410731
Binary10010100100110101110100111000010011101011100100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12246B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12246B; }

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

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

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

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

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

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

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

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