#02124E

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

Shades of Sapphire #02124E

Tints of Sapphire #02124E

Color information

#02124E (or 0x02124E) is unknown color: approx Sapphire. HEX triplet: 02, 12 and 4E. RGB value is (2,18,78). Sum of RGB (Red+Green+Blue) = 2+18+78=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 78 (30.86% from 255 or 79.59% from 98); Max value from RGB is 78 - color contains mainly: blue. Hex color #02124E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02124E is #FDEDB1. Grayscale: #131313. Windows color (decimal): -16641458 or 5116418. OLE color: 5116418.

HSL color Cylindrical-coordinate representation of color #02124E: hue angle of 227.37º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02124E is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB21878-
CMYK0.970.7700.69
HSL227.37º95%15.69%-
HSV(B)227.37º97.44%30.59%-
XYZ1.6217.31-
YUV20.06160.7115.12-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.04%
GREEN value IS 18 (7.42% from 255) = 18.37%
BLUE value IS 78 (30.86% from 255) = 79.59%
R=2.04%
G=18.37%
B=79.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal218780.970.7700.69227.379515.69
Hex2124E614D045e35f10
Octal222116141115010534313720
Binary10100101001110110000110011010100010111100011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02124E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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