#12236B

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

Shades of Sapphire #12236B

Tints of Sapphire #12236B

Color information

#12236B (or 0x12236B) is unknown color: approx Sapphire. HEX triplet: 12, 23 and 6B. RGB value is (18,35,107). Sum of RGB (Red+Green+Blue) = 18+35+107=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 107 (42.19% from 255 or 66.88% from 160); Max value from RGB is 107 - color contains mainly: blue. Hex color #12236B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12236B is #EDDC94. Grayscale: #252525. Windows color (decimal): -15588501 or 7021330. OLE color: 7021330.

HSL color Cylindrical-coordinate representation of color #12236B: hue angle of 228.54º 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 #12236B is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1835107-
CMYK0.830.6700.58
HSL228.54º71.2%24.51%-
HSV(B)228.54º83.18%41.96%-
XYZ3.52.3914.19-
YUV38.12166.87113.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.25%
GREEN value IS 35 (14.06% from 255) = 21.88%
BLUE value IS 107 (42.19% from 255) = 66.88%
R=11.25%
G=21.88%
B=66.88%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18351070.830.6700.58228.5471.224.51
Hex12236B534303Ae54719
Octal224315312310307234510731
Binary10010100011110101110100111000011011101011100101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12236B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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