Html Css Color HEX #021547 Sapphire

📋 copy color: '#021547'

red 2 ◦ green 21 ◦ blue 71

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

Shades of Sapphire #021547

Tints of Sapphire #021547

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.34%

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

R = 2.13%
G = 22.34%
B = 75.53%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#021547 (or 0x021547) is known color: Sapphire. HEX triplet: 02, 15 and 47. RGB value is (2,21,71). Sum of RGB (Red+Green+Blue) = 2+21+71=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 71 (28.12% from 255 or 75.53% from 94); Max value from RGB is 71 - color contains mainly: blue. Hex color #021547 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021547 is #FDEAB8. Grayscale: #141414. Windows color (decimal): -16640697 or 4658434. OLE color: 4658434.

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

Color convert

RGB 2 21 71 -
CMYK 0.97 0.70 0 0.72
HSL 223.48º 0.95% 0.14% -
HSV(B) 223.48º 0.97% 0.28% -
XYZ 1.43 1 6.08 -
YUV 21.02 156.21 114.43 -
System Red Green Blue C M Y K H S L
Decimal 2 21 71 0.97 0.70 0 0.72 223.48 0.95 0.14
Hex 2 15 47 61 46 0 48 DF 5F E
Octal 2 25 107 141 106 0 110 337 137 16
Binary 10 10101 1000111 1100001 1000110 0 1001000 11011111 1011111 1110

Color Harmonies of #021547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021547

Black with #021547

Text Example


Text Example

White with #021547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021547; }

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

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

background-color css

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

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

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

border-color css

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

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

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