Html Css Color HEX #021F5D Sapphire

📋 copy color: '#021F5D'

red 2 ◦ green 31 ◦ blue 93

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

Shades of Sapphire #021F5D

Tints of Sapphire #021F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 73.81%

R = 1.59%
G = 24.6%
B = 73.81%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#021F5D (or 0x021F5D) is known color: Sapphire. HEX triplet: 02, 1F and 5D. RGB value is (2,31,93). Sum of RGB (Red+Green+Blue) = 2+31+93=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 31 (12.5% from 255 or 24.60% from 126); Blue value is 93 (36.72% from 255 or 73.81% from 126); Max value from RGB is 93 - color contains mainly: blue. Hex color #021F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021F5D is #FDE0A2. Grayscale: #1D1D1D. Windows color (decimal): -16638115 or 6102786. OLE color: 6102786.

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

Color convert

RGB 2 31 93 -
CMYK 0.98 0.67 0 0.64
HSL 220.88º 0.96% 0.19% -
HSV(B) 220.88º 0.98% 0.36% -
XYZ 2.49 1.78 10.57 -
YUV 29.4 163.89 108.46 -
System Red Green Blue C M Y K H S L
Decimal 2 31 93 0.98 0.67 0 0.64 220.88 0.96 0.19
Hex 2 1F 5D 62 43 0 40 DD 60 13
Octal 2 37 135 142 103 0 100 335 140 23
Binary 10 11111 1011101 1100010 1000011 0 1000000 11011101 1100000 10011

Color Harmonies of #021F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021F5D

Black with #021F5D

Text Example


Text Example

White with #021F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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