#12336D

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

Shades of Sapphire #12336D

Tints of Sapphire #12336D

Color information

#12336D (or 0x12336D) is unknown color: approx Sapphire. HEX triplet: 12, 33 and 6D. RGB value is (18,51,109). Sum of RGB (Red+Green+Blue) = 18+51+109=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 109 (42.97% from 255 or 61.24% from 178); Max value from RGB is 109 - color contains mainly: blue. Hex color #12336D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12336D is #EDCC92. Grayscale: #2F2F2F. Windows color (decimal): -15584403 or 7156498. OLE color: 7156498.

HSL color Cylindrical-coordinate representation of color #12336D: hue angle of 218.24º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12336D is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1851109-
CMYK0.830.5300.57
HSL218.24º71.65%24.9%-
HSV(B)218.24º83.49%42.75%-
XYZ4.193.614.94-
YUV47.74162.57106.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.11%
GREEN value IS 51 (20.31% from 255) = 28.65%
BLUE value IS 109 (42.97% from 255) = 61.24%
R=10.11%
G=28.65%
B=61.24%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18511090.830.5300.57218.2471.6524.9
Hex12336D5335039da4819
Octal22631551236507133211031
Binary1001011001111011011010011110101011100111011010100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12336D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12336D; }

 p { color: rgb(18,51,109); }

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

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

 a { background-color: rgb(18,51,109); }

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

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

 span { border-color: rgb(18,51,109); }

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