Html Css Color HEX #021F55 Sapphire

📋 copy color: '#021F55'

red 2 ◦ green 31 ◦ blue 85

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

Shades of Sapphire #021F55

Tints of Sapphire #021F55

RGB

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

 GREEN value IS 31 (12.5% from 255) = 26.27%

 BLUE value IS 85 (33.59% from 255) = 72.03%

R = 1.69%
G = 26.27%
B = 72.03%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#021F55 (or 0x021F55) is known color: Sapphire. HEX triplet: 02, 1F and 55. RGB value is (2,31,85). Sum of RGB (Red+Green+Blue) = 2+31+85=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 31 (12.5% from 255 or 26.27% from 118); Blue value is 85 (33.59% from 255 or 72.03% from 118); Max value from RGB is 85 - color contains mainly: blue. Hex color #021F55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021F55 is #FDE0AA. Grayscale: #1C1C1C. Windows color (decimal): -16638123 or 5578498. OLE color: 5578498.

HSL color Cylindrical-coordinate representation of color #021F55: hue angle of 219.04º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021F55 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 31 85 -
CMYK 0.98 0.64 0 0.67
HSL 219.04º 0.95% 0.17% -
HSV(B) 219.04º 0.98% 0.33% -
XYZ 2.15 1.65 8.8 -
YUV 28.49 159.89 109.11 -
System Red Green Blue C M Y K H S L
Decimal 2 31 85 0.98 0.64 0 0.67 219.04 0.95 0.17
Hex 2 1F 55 62 40 0 43 DB 5F 11
Octal 2 37 125 142 100 0 103 333 137 21
Binary 10 11111 1010101 1100010 1000000 0 1000011 11011011 1011111 10001

Color Harmonies of #021F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021F55

Black with #021F55

Text Example


Text Example

White with #021F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,31,85); }

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

background-color css

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

 a { background-color: rgb(2,31,85); }

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

border-color css

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

 span { border-color: rgb(2,31,85); }

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