Html Css Color HEX #021C47 Sapphire

📋 copy color: '#021C47'

red 2 ◦ green 28 ◦ blue 71

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

Shades of Sapphire #021C47

Tints of Sapphire #021C47

RGB

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

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

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

R = 1.98%
G = 27.72%
B = 70.3%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#021C47 (or 0x021C47) is known color: Sapphire. HEX triplet: 02, 1C and 47. RGB value is (2,28,71). Sum of RGB (Red+Green+Blue) = 2+28+71=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 28 (11.33% from 255 or 27.72% from 101); Blue value is 71 (28.12% from 255 or 70.30% from 101); Max value from RGB is 71 - color contains mainly: blue. Hex color #021C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021C47 is #FDE3B8. Grayscale: #181818. Windows color (decimal): -16638905 or 4660226. OLE color: 4660226.

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

Color convert

RGB 2 28 71 -
CMYK 0.97 0.61 0 0.72
HSL 217.39º 0.95% 0.14% -
HSV(B) 217.39º 0.97% 0.28% -
XYZ 1.58 1.3 6.13 -
YUV 25.13 153.89 111.5 -
System Red Green Blue C M Y K H S L
Decimal 2 28 71 0.97 0.61 0 0.72 217.39 0.95 0.14
Hex 2 1C 47 61 3D 0 48 D9 5F E
Octal 2 34 107 141 75 0 110 331 137 16
Binary 10 11100 1000111 1100001 111101 0 1001000 11011001 1011111 1110

Color Harmonies of #021C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021C47

Black with #021C47

Text Example


Text Example

White with #021C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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