#021D4E

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

Shades of Sapphire #021D4E

Tints of Sapphire #021D4E

Color information

#021D4E (or 0x021D4E) is unknown color: approx Sapphire. HEX triplet: 02, 1D and 4E. RGB value is (2,29,78). Sum of RGB (Red+Green+Blue) = 2+29+78=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 29 (11.72% from 255 or 26.61% from 109); Blue value is 78 (30.86% from 255 or 71.56% from 109); Max value from RGB is 78 - color contains mainly: blue. Hex color #021D4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021D4E is #FDE2B1. Grayscale: #1A1A1A. Windows color (decimal): -16638642 or 5119234. OLE color: 5119234.

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

Color convert

RGB22978-
CMYK0.970.6300.69
HSL218.68º95%15.69%-
HSV(B)218.68º97.44%30.59%-
XYZ1.841.447.39-
YUV26.51157.05110.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.83%
GREEN value IS 29 (11.72% from 255) = 26.61%
BLUE value IS 78 (30.86% from 255) = 71.56%
R=1.83%
G=26.61%
B=71.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal229780.970.6300.69218.689515.69
Hex21D4E613F045db5f10
Octal23511614177010533313720
Binary1011101100111011000011111110100010111011011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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