#12274F

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

Shades of Sapphire #12274F

Tints of Sapphire #12274F

Color information

#12274F (or 0x12274F) is unknown color: approx Sapphire. HEX triplet: 12, 27 and 4F. RGB value is (18,39,79). Sum of RGB (Red+Green+Blue) = 18+39+79=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 39 (15.62% from 255 or 28.68% from 136); Blue value is 79 (31.25% from 255 or 58.09% from 136); Max value from RGB is 79 - color contains mainly: blue. Hex color #12274F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12274F is #EDD8B0. Grayscale: #252525. Windows color (decimal): -15587505 or 5187346. OLE color: 5187346.

HSL color Cylindrical-coordinate representation of color #12274F: hue angle of 219.34º 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 #12274F is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB183979-
CMYK0.770.5100.69
HSL219.34º62.89%19.02%-
HSV(B)219.34º77.22%30.98%-
XYZ2.392.147.69-
YUV37.28151.54114.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.24%
GREEN value IS 39 (15.62% from 255) = 28.68%
BLUE value IS 79 (31.25% from 255) = 58.09%
R=13.24%
G=28.68%
B=58.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1839790.770.5100.69219.3462.8919.02
Hex12274F4D33045db3f13
Octal22471171156301053337723
Binary1001010011110011111001101110011010001011101101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12274F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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