Html Css Color HEX #021D84 Sapphire

📋 copy color: '#021D84'

red 2 ◦ green 29 ◦ blue 132

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

Shades of Sapphire #021D84

Tints of Sapphire #021D84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 80.98%

R = 1.23%
G = 17.79%
B = 80.98%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#021D84 (or 0x021D84) is known color: Sapphire. HEX triplet: 02, 1D and 84. RGB value is (2,29,132). Sum of RGB (Red+Green+Blue) = 2+29+132=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 132 (51.95% from 255 or 80.98% from 163); Max value from RGB is 132 - color contains mainly: blue. Hex color #021D84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021D84 is #FDE27B. Grayscale: #202020. Windows color (decimal): -16638588 or 8658178. OLE color: 8658178.

HSL color Cylindrical-coordinate representation of color #021D84: hue angle of 227.54º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021D84 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 2 29 132 -
CMYK 0.98 0.78 0 0.48
HSL 227.54º 0.97% 0.26% -
HSV(B) 227.54º 0.98% 0.52% -
XYZ 4.63 2.56 22.08 -
YUV 32.67 184.05 106.12 -
System Red Green Blue C M Y K H S L
Decimal 2 29 132 0.98 0.78 0 0.48 227.54 0.97 0.26
Hex 2 1D 84 62 4E 0 30 E4 61 1A
Octal 2 35 204 142 116 0 60 344 141 32
Binary 10 11101 10000100 1100010 1001110 0 110000 11100100 1100001 11010

Color Harmonies of #021D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021D84

Black with #021D84

Text Example


Text Example

White with #021D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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