#021F4E

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

Shades of Sapphire #021F4E

Tints of Sapphire #021F4E

Color information

#021F4E (or 0x021F4E) is unknown color: approx Sapphire. HEX triplet: 02, 1F and 4E. RGB value is (2,31,78). Sum of RGB (Red+Green+Blue) = 2+31+78=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 31 (12.5% from 255 or 27.93% from 111); Blue value is 78 (30.86% from 255 or 70.27% from 111); Max value from RGB is 78 - color contains mainly: blue. Hex color #021F4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021F4E is #FDE0B1. Grayscale: #1B1B1B. Windows color (decimal): -16638130 or 5119746. OLE color: 5119746.

HSL color Cylindrical-coordinate representation of color #021F4E: hue angle of 217.11º 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 #021F4E is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB23178-
CMYK0.970.6000.69
HSL217.11º95%15.69%-
HSV(B)217.11º97.44%30.59%-
XYZ1.891.547.41-
YUV27.69156.39109.68-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.80%
GREEN value IS 31 (12.5% from 255) = 27.93%
BLUE value IS 78 (30.86% from 255) = 70.27%
R=1.80%
G=27.93%
B=70.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal231780.970.6000.69217.119515.69
Hex21F4E613C045d95f10
Octal23711614174010533113720
Binary1011111100111011000011111000100010111011001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021F4E; }

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

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

<style>
 a { background-color: #021F4E; }

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

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

<style>
 span { border-color: #021F4E; }

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

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