Html Css Color HEX #021A71 Sapphire

📋 copy color: '#021A71'

red 2 ◦ green 26 ◦ blue 113

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

Shades of Sapphire #021A71

Tints of Sapphire #021A71

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.44%

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

R = 1.42%
G = 18.44%
B = 80.14%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#021A71 (or 0x021A71) is known color: Sapphire. HEX triplet: 02, 1A and 71. RGB value is (2,26,113). Sum of RGB (Red+Green+Blue) = 2+26+113=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 113 (44.53% from 255 or 80.14% from 141); Max value from RGB is 113 - color contains mainly: blue. Hex color #021A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021A71 is #FDE58E. Grayscale: #1C1C1C. Windows color (decimal): -16639375 or 7412226. OLE color: 7412226.

HSL color Cylindrical-coordinate representation of color #021A71: hue angle of 227.03º 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 #021A71 is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 26 113 -
CMYK 0.98 0.77 0 0.56
HSL 227.03º 0.97% 0.23% -
HSV(B) 227.03º 0.98% 0.44% -
XYZ 3.38 1.94 15.82 -
YUV 28.74 175.55 108.93 -
System Red Green Blue C M Y K H S L
Decimal 2 26 113 0.98 0.77 0 0.56 227.03 0.97 0.23
Hex 2 1A 71 62 4D 0 38 E3 61 17
Octal 2 32 161 142 115 0 70 343 141 27
Binary 10 11010 1110001 1100010 1001101 0 111000 11100011 1100001 10111

Color Harmonies of #021A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021A71

Black with #021A71

Text Example


Text Example

White with #021A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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