Html Css Color HEX #021C71 Sapphire

📋 copy color: '#021C71'

red 2 ◦ green 28 ◦ blue 113

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

Shades of Sapphire #021C71

Tints of Sapphire #021C71

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.58%

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

R = 1.4%
G = 19.58%
B = 79.02%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#021C71 (or 0x021C71) is known color: Sapphire. HEX triplet: 02, 1C and 71. RGB value is (2,28,113). Sum of RGB (Red+Green+Blue) = 2+28+113=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 28 (11.33% from 255 or 19.58% from 143); Blue value is 113 (44.53% from 255 or 79.02% from 143); Max value from RGB is 113 - color contains mainly: blue. Hex color #021C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021C71 is #FDE38E. Grayscale: #1D1D1D. Windows color (decimal): -16638863 or 7412738. OLE color: 7412738.

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

Color convert

RGB 2 28 113 -
CMYK 0.98 0.75 0 0.56
HSL 225.95º 0.97% 0.23% -
HSV(B) 225.95º 0.98% 0.44% -
XYZ 3.42 2.04 15.84 -
YUV 29.92 174.89 108.09 -
System Red Green Blue C M Y K H S L
Decimal 2 28 113 0.98 0.75 0 0.56 225.95 0.97 0.23
Hex 2 1C 71 62 4B 0 38 E2 61 17
Octal 2 34 161 142 113 0 70 342 141 27
Binary 10 11100 1110001 1100010 1001011 0 111000 11100010 1100001 10111

Color Harmonies of #021C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021C71

Black with #021C71

Text Example


Text Example

White with #021C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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