#12284F

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

Shades of Sapphire #12284F

Tints of Sapphire #12284F

Color information

#12284F (or 0x12284F) is unknown color: approx Sapphire. HEX triplet: 12, 28 and 4F. RGB value is (18,40,79). Sum of RGB (Red+Green+Blue) = 18+40+79=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 79 (31.25% from 255 or 57.66% from 137); Max value from RGB is 79 - color contains mainly: blue. Hex color #12284F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12284F is #EDD7B0. Grayscale: #252525. Windows color (decimal): -15587249 or 5187602. OLE color: 5187602.

HSL color Cylindrical-coordinate representation of color #12284F: hue angle of 218.36º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12284F is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB184079-
CMYK0.770.4900.69
HSL218.36º62.89%19.02%-
HSV(B)218.36º77.22%30.98%-
XYZ2.422.217.7-
YUV37.87151.21113.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.14%
GREEN value IS 40 (16.02% from 255) = 29.20%
BLUE value IS 79 (31.25% from 255) = 57.66%
R=13.14%
G=29.20%
B=57.66%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1840790.770.4900.69218.3662.8919.02
Hex12284F4D31045da3f13
Octal22501171156101053327723
Binary1001010100010011111001101110001010001011101101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12284F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12284F; }

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

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

<style>
 a { background-color: #12284F; }

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

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

<style>
 span { border-color: #12284F; }

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

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