Html Css Color HEX #021D60 Sapphire

📋 copy color: '#021D60'

red 2 ◦ green 29 ◦ blue 96

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

Shades of Sapphire #021D60

Tints of Sapphire #021D60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 75.59%

R = 1.57%
G = 22.83%
B = 75.59%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#021D60 (or 0x021D60) is known color: Sapphire. HEX triplet: 02, 1D and 60. RGB value is (2,29,96). Sum of RGB (Red+Green+Blue) = 2+29+96=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 29 (11.72% from 255 or 22.83% from 127); Blue value is 96 (37.89% from 255 or 75.59% from 127); Max value from RGB is 96 - color contains mainly: blue. Hex color #021D60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021D60 is #FDE29F. Grayscale: #1C1C1C. Windows color (decimal): -16638624 or 6298882. OLE color: 6298882.

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

Color convert

RGB 2 29 96 -
CMYK 0.98 0.70 0 0.62
HSL 222.77º 0.96% 0.19% -
HSV(B) 222.77º 0.98% 0.38% -
XYZ 2.58 1.74 11.27 -
YUV 28.57 166.05 109.05 -
System Red Green Blue C M Y K H S L
Decimal 2 29 96 0.98 0.70 0 0.62 222.77 0.96 0.19
Hex 2 1D 60 62 46 0 3E DF 60 13
Octal 2 35 140 142 106 0 76 337 140 23
Binary 10 11101 1100000 1100010 1000110 0 111110 11011111 1100000 10011

Color Harmonies of #021D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021D60

Black with #021D60

Text Example


Text Example

White with #021D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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