Html Css Color HEX #021D58 Sapphire

📋 copy color: '#021D58'

red 2 ◦ green 29 ◦ blue 88

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

Shades of Sapphire #021D58

Tints of Sapphire #021D58

RGB

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

 GREEN value IS 29 (11.72% from 255) = 24.37%

 BLUE value IS 88 (34.77% from 255) = 73.95%

R = 1.68%
G = 24.37%
B = 73.95%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#021D58 (or 0x021D58) is known color: Sapphire. HEX triplet: 02, 1D and 58. RGB value is (2,29,88). Sum of RGB (Red+Green+Blue) = 2+29+88=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 29 (11.72% from 255 or 24.37% from 119); Blue value is 88 (34.77% from 255 or 73.95% from 119); Max value from RGB is 88 - color contains mainly: blue. Hex color #021D58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021D58 is #FDE2A7. Grayscale: #1B1B1B. Windows color (decimal): -16638632 or 5774594. OLE color: 5774594.

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

Color convert

RGB 2 29 88 -
CMYK 0.98 0.67 0 0.65
HSL 221.16º 0.96% 0.18% -
HSV(B) 221.16º 0.98% 0.35% -
XYZ 2.23 1.6 9.42 -
YUV 27.65 162.05 109.7 -
System Red Green Blue C M Y K H S L
Decimal 2 29 88 0.98 0.67 0 0.65 221.16 0.96 0.18
Hex 2 1D 58 62 43 0 41 DD 60 12
Octal 2 35 130 142 103 0 101 335 140 22
Binary 10 11101 1011000 1100010 1000011 0 1000001 11011101 1100000 10010

Color Harmonies of #021D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021D58

Black with #021D58

Text Example


Text Example

White with #021D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,29,88); }

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

background-color css

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

 a { background-color: rgb(2,29,88); }

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

border-color css

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

 span { border-color: rgb(2,29,88); }

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