Html Css Color HEX #021D71 Sapphire

📋 copy color: '#021D71'

red 2 ◦ green 29 ◦ blue 113

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

Shades of Sapphire #021D71

Tints of Sapphire #021D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 78.47%

R = 1.39%
G = 20.14%
B = 78.47%

CMYK

 C value IS 0.98

 M value IS 0.74

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#021D71 (or 0x021D71) is known color: Sapphire. HEX triplet: 02, 1D and 71. RGB value is (2,29,113). Sum of RGB (Red+Green+Blue) = 2+29+113=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 29 (11.72% from 255 or 20.14% from 144); Blue value is 113 (44.53% from 255 or 78.47% from 144); Max value from RGB is 113 - color contains mainly: blue. Hex color #021D71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021D71 is #FDE28E. Grayscale: #1E1E1E. Windows color (decimal): -16638607 or 7412994. OLE color: 7412994.

HSL color Cylindrical-coordinate representation of color #021D71: hue angle of 225.41º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021D71 is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 29 113 -
CMYK 0.98 0.74 0 0.56
HSL 225.41º 0.97% 0.23% -
HSV(B) 225.41º 0.98% 0.44% -
XYZ 3.45 2.08 15.84 -
YUV 30.5 174.55 107.67 -
System Red Green Blue C M Y K H S L
Decimal 2 29 113 0.98 0.74 0 0.56 225.41 0.97 0.23
Hex 2 1D 71 62 4A 0 38 E1 61 17
Octal 2 35 161 142 112 0 70 341 141 27
Binary 10 11101 1110001 1100010 1001010 0 111000 11100001 1100001 10111

Color Harmonies of #021D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021D71

Black with #021D71

Text Example


Text Example

White with #021D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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