Html Css Color HEX #021A47 Sapphire

📋 copy color: '#021A47'

red 2 ◦ green 26 ◦ blue 71

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

Shades of Sapphire #021A47

Tints of Sapphire #021A47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 71.72%

R = 2.02%
G = 26.26%
B = 71.72%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#021A47 (or 0x021A47) is known color: Sapphire. HEX triplet: 02, 1A and 47. RGB value is (2,26,71). Sum of RGB (Red+Green+Blue) = 2+26+71=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 26 (10.55% from 255 or 26.26% from 99); Blue value is 71 (28.12% from 255 or 71.72% from 99); Max value from RGB is 71 - color contains mainly: blue. Hex color #021A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021A47 is #FDE5B8. Grayscale: #171717. Windows color (decimal): -16639417 or 4659714. OLE color: 4659714.

HSL color Cylindrical-coordinate representation of color #021A47: hue angle of 219.13º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021A47 is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 2 26 71 -
CMYK 0.97 0.63 0 0.72
HSL 219.13º 0.95% 0.14% -
HSV(B) 219.13º 0.97% 0.28% -
XYZ 1.53 1.21 6.11 -
YUV 23.95 154.55 112.34 -
System Red Green Blue C M Y K H S L
Decimal 2 26 71 0.97 0.63 0 0.72 219.13 0.95 0.14
Hex 2 1A 47 61 3F 0 48 DB 5F E
Octal 2 32 107 141 77 0 110 333 137 16
Binary 10 11010 1000111 1100001 111111 0 1001000 11011011 1011111 1110

Color Harmonies of #021A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021A47

Black with #021A47

Text Example


Text Example

White with #021A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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