Html Css Color HEX #021947 Sapphire

📋 copy color: '#021947'

red 2 ◦ green 25 ◦ blue 71

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

Shades of Sapphire #021947

Tints of Sapphire #021947

RGB

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

 GREEN value IS 25 (10.16% from 255) = 25.51%

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

R = 2.04%
G = 25.51%
B = 72.45%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#021947 (or 0x021947) is known color: Sapphire. HEX triplet: 02, 19 and 47. RGB value is (2,25,71). Sum of RGB (Red+Green+Blue) = 2+25+71=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 25 (10.16% from 255 or 25.51% from 98); Blue value is 71 (28.12% from 255 or 72.45% from 98); Max value from RGB is 71 - color contains mainly: blue. Hex color #021947 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021947 is #FDE6B8. Grayscale: #171717. Windows color (decimal): -16639673 or 4659458. OLE color: 4659458.

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

Color convert

RGB 2 25 71 -
CMYK 0.97 0.65 0 0.72
HSL 220º 0.95% 0.14% -
HSV(B) 220º 0.97% 0.28% -
XYZ 1.51 1.16 6.11 -
YUV 23.37 154.88 112.76 -
System Red Green Blue C M Y K H S L
Decimal 2 25 71 0.97 0.65 0 0.72 220 0.95 0.14
Hex 2 19 47 61 41 0 48 DC 5F E
Octal 2 31 107 141 101 0 110 334 137 16
Binary 10 11001 1000111 1100001 1000001 0 1001000 11011100 1011111 1110

Color Harmonies of #021947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021947

Black with #021947

Text Example


Text Example

White with #021947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021947; }

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

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

background-color css

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

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

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

border-color css

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

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

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