#020E4B

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

Shades of Sapphire #020E4B

Tints of Sapphire #020E4B

Color information

#020E4B (or 0x020E4B) is unknown color: approx Sapphire. HEX triplet: 02, 0E and 4B. RGB value is (2,14,75). Sum of RGB (Red+Green+Blue) = 2+14+75=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 14 (5.86% from 255 or 15.38% from 91); Blue value is 75 (29.69% from 255 or 82.42% from 91); Max value from RGB is 75 - color contains mainly: blue. Hex color #020E4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020E4B is #FDF1B4. Grayscale: #111111. Windows color (decimal): -16642485 or 4918786. OLE color: 4918786.

HSL color Cylindrical-coordinate representation of color #020E4B: hue angle of 230.14º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020E4B is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB21475-
CMYK0.970.8100.71
HSL230.14º94.81%15.1%-
HSV(B)230.14º97.33%29.41%-
XYZ1.450.836.74-
YUV17.37160.52117.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.20%
GREEN value IS 14 (5.86% from 255) = 15.38%
BLUE value IS 75 (29.69% from 255) = 82.42%
R=2.20%
G=15.38%
B=82.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal214750.970.8100.71230.1494.8115.1
Hex2E4B6151047e65ff
Octal216113141121010734613717
Binary101110100101111000011010001010001111110011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020E4B; }

 p { color: rgb(2,14,75); }

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

<style>
 a { background-color: #020E4B; }

 a { background-color: rgb(2,14,75); }

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

<style>
 span { border-color: #020E4B; }

 span { border-color: rgb(2,14,75); }

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