Html Css Color HEX #021D66 Sapphire

📋 copy color: '#021D66'

red 2 ◦ green 29 ◦ blue 102

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

Shades of Sapphire #021D66

Tints of Sapphire #021D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 76.69%

R = 1.5%
G = 21.8%
B = 76.69%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#021D66 (or 0x021D66) is known color: Sapphire. HEX triplet: 02, 1D and 66. RGB value is (2,29,102). Sum of RGB (Red+Green+Blue) = 2+29+102=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 102 (40.23% from 255 or 76.69% from 133); Max value from RGB is 102 - color contains mainly: blue. Hex color #021D66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021D66 is #FDE299. Grayscale: #1C1C1C. Windows color (decimal): -16638618 or 6692098. OLE color: 6692098.

HSL color Cylindrical-coordinate representation of color #021D66: hue angle of 223.8º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021D66 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 2 29 102 -
CMYK 0.98 0.72 0 0.6
HSL 223.8º 0.96% 0.2% -
HSV(B) 223.8º 0.98% 0.4% -
XYZ 2.86 1.85 12.78 -
YUV 29.25 169.05 108.56 -
System Red Green Blue C M Y K H S L
Decimal 2 29 102 0.98 0.72 0 0.6 223.8 0.96 0.2
Hex 2 1D 66 62 48 0 3C E0 60 14
Octal 2 35 146 142 110 0 74 340 140 24
Binary 10 11101 1100110 1100010 1001000 0 111100 11100000 1100000 10100

Color Harmonies of #021D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021D66

Black with #021D66

Text Example


Text Example

White with #021D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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