Html Css Color HEX #021D4E Sapphire

📋 copy color: '#021D4E'

red 2 ◦ green 29 ◦ blue 78

#021D4E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #021D4E

Tints of Sapphire #021D4E

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 value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#021D4E (or 0x021D4E) is known color: 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

RGB 2 29 78 -
CMYK 0.97 0.63 0 0.69
HSL 218.68º 0.95% 0.16% -
HSV(B) 218.68º 0.97% 0.31% -
XYZ 1.84 1.44 7.39 -
YUV 26.51 157.05 110.52 -
System Red Green Blue C M Y K H S L
Decimal 2 29 78 0.97 0.63 0 0.69 218.68 0.95 0.16
Hex 2 1D 4E 61 3F 0 45 DB 5F 10
Octal 2 35 116 141 77 0 105 333 137 20
Binary 10 11101 1001110 1100001 111111 0 1000101 11011011 1011111 10000

Color Harmonies of #021D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021D4E

Black with #021D4E

Text Example


Text Example

White with #021D4E

Text Example


Text Example

HTML Codes & Css Web 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>