#12264E

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

Shades of Sapphire #12264E

Tints of Sapphire #12264E

Color information

#12264E (or 0x12264E) is unknown color: approx Sapphire. HEX triplet: 12, 26 and 4E. RGB value is (18,38,78). Sum of RGB (Red+Green+Blue) = 18+38+78=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 38 (15.23% from 255 or 28.36% from 134); Blue value is 78 (30.86% from 255 or 58.21% from 134); Max value from RGB is 78 - color contains mainly: blue. Hex color #12264E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12264E is #EDD9B1. Grayscale: #242424. Windows color (decimal): -15587762 or 5121554. OLE color: 5121554.

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

Color convert

RGB183878-
CMYK0.770.5100.69
HSL220º62.5%18.82%-
HSV(B)220º76.92%30.59%-
XYZ2.322.067.48-
YUV36.58151.37114.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.43%
GREEN value IS 38 (15.23% from 255) = 28.36%
BLUE value IS 78 (30.86% from 255) = 58.21%
R=13.43%
G=28.36%
B=58.21%

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
Decimal1838780.770.5100.6922062.518.82
Hex12264E4D33045dc3e13
Octal22461161156301053347623
Binary1001010011010011101001101110011010001011101110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12264E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12264E; }

 p { color: rgb(18,38,78); }

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

<style>
 a { background-color: #12264E; }

 a { background-color: rgb(18,38,78); }

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

<style>
 span { border-color: #12264E; }

 span { border-color: rgb(18,38,78); }

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