#12286D

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

Shades of Sapphire #12286D

Tints of Sapphire #12286D

Color information

#12286D (or 0x12286D) is unknown color: approx Sapphire. HEX triplet: 12, 28 and 6D. RGB value is (18,40,109). Sum of RGB (Red+Green+Blue) = 18+40+109=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 109 (42.97% from 255 or 65.27% from 167); Max value from RGB is 109 - color contains mainly: blue. Hex color #12286D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12286D is #EDD792. Grayscale: #282828. Windows color (decimal): -15587219 or 7153682. OLE color: 7153682.

HSL color Cylindrical-coordinate representation of color #12286D: hue angle of 225.49º 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 #12286D is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1840109-
CMYK0.830.6300.57
HSL225.49º71.65%24.9%-
HSV(B)225.49º83.49%42.75%-
XYZ3.772.7514.8-
YUV41.29166.21111.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.78%
GREEN value IS 40 (16.02% from 255) = 23.95%
BLUE value IS 109 (42.97% from 255) = 65.27%
R=10.78%
G=23.95%
B=65.27%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18401090.830.6300.57225.4971.6524.9
Hex12286D533F039e14819
Octal22501551237707134111031
Binary1001010100011011011010011111111011100111100001100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12286D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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