#12287D

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

Shades of Sapphire #12287D

Tints of Sapphire #12287D

Color information

#12287D (or 0x12287D) is unknown color: approx Sapphire. HEX triplet: 12, 28 and 7D. RGB value is (18,40,125). Sum of RGB (Red+Green+Blue) = 18+40+125=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 125 (49.22% from 255 or 68.31% from 183); Max value from RGB is 125 - color contains mainly: blue. Hex color #12287D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12287D is #EDD782. Grayscale: #2A2A2A. Windows color (decimal): -15587203 or 8202258. OLE color: 8202258.

HSL color Cylindrical-coordinate representation of color #12287D: hue angle of 227.66º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12287D is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1840125-
CMYK0.860.6800.51
HSL227.66º74.83%28.04%-
HSV(B)227.66º85.6%49.02%-
XYZ4.713.1319.76-
YUV43.11174.21110.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.84%
GREEN value IS 40 (16.02% from 255) = 21.86%
BLUE value IS 125 (49.22% from 255) = 68.31%
R=9.84%
G=21.86%
B=68.31%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18401250.860.6800.51227.6674.8328.04
Hex12287D5644033e44b1c
Octal225017512610406334411334
Binary10010101000111110110101101000100011001111100100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12287D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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