Html Css Color HEX #021D47 Sapphire

📋 copy color: '#021D47'

red 2 ◦ green 29 ◦ blue 71

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

Shades of Sapphire #021D47

Tints of Sapphire #021D47

RGB

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

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

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

R = 1.96%
G = 28.43%
B = 69.61%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#021D47 (or 0x021D47) is known color: Sapphire. HEX triplet: 02, 1D and 47. RGB value is (2,29,71). Sum of RGB (Red+Green+Blue) = 2+29+71=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 29 (11.72% from 255 or 28.43% from 102); Blue value is 71 (28.12% from 255 or 69.61% from 102); Max value from RGB is 71 - color contains mainly: blue. Hex color #021D47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021D47 is #FDE2B8. Grayscale: #191919. Windows color (decimal): -16638649 or 4660482. OLE color: 4660482.

HSL color Cylindrical-coordinate representation of color #021D47: hue angle of 216.52º 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 #021D47 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 2 29 71 -
CMYK 0.97 0.59 0 0.72
HSL 216.52º 0.95% 0.14% -
HSV(B) 216.52º 0.97% 0.28% -
XYZ 1.6 1.35 6.14 -
YUV 25.72 153.55 111.08 -
System Red Green Blue C M Y K H S L
Decimal 2 29 71 0.97 0.59 0 0.72 216.52 0.95 0.14
Hex 2 1D 47 61 3B 0 48 D9 5F E
Octal 2 35 107 141 73 0 110 331 137 16
Binary 10 11101 1000111 1100001 111011 0 1001000 11011001 1011111 1110

Color Harmonies of #021D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021D47

Black with #021D47

Text Example


Text Example

White with #021D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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