Html Css Color HEX #021D78 Sapphire

📋 copy color: '#021D78'

red 2 ◦ green 29 ◦ blue 120

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

Shades of Sapphire #021D78

Tints of Sapphire #021D78

RGB

 RED value IS 2 (1.17% from 255) = 1.32%

 GREEN value IS 29 (11.72% from 255) = 19.21%

 BLUE value IS 120 (47.27% from 255) = 79.47%

R = 1.32%
G = 19.21%
B = 79.47%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#021D78 (or 0x021D78) is known color: Sapphire. HEX triplet: 02, 1D and 78. RGB value is (2,29,120). Sum of RGB (Red+Green+Blue) = 2+29+120=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 120 (47.27% from 255 or 79.47% from 151); Max value from RGB is 120 - color contains mainly: blue. Hex color #021D78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021D78 is #FDE287. Grayscale: #1E1E1E. Windows color (decimal): -16638600 or 7871746. OLE color: 7871746.

HSL color Cylindrical-coordinate representation of color #021D78: hue angle of 226.27º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021D78 is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 2 29 120 -
CMYK 0.98 0.76 0 0.53
HSL 226.27º 0.97% 0.24% -
HSV(B) 226.27º 0.98% 0.47% -
XYZ 3.85 2.25 18 -
YUV 31.3 178.05 107.1 -
System Red Green Blue C M Y K H S L
Decimal 2 29 120 0.98 0.76 0 0.53 226.27 0.97 0.24
Hex 2 1D 78 62 4C 0 35 E2 61 18
Octal 2 35 170 142 114 0 65 342 141 30
Binary 10 11101 1111000 1100010 1001100 0 110101 11100010 1100001 11000

Color Harmonies of #021D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021D78

Black with #021D78

Text Example


Text Example

White with #021D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #021D78;
 }
 .AnyTagClassName
 {
   color: #021D78;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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