Html Css Color HEX #021E65 Sapphire

📋 copy color: '#021E65'

red 2 ◦ green 30 ◦ blue 101

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

Shades of Sapphire #021E65

Tints of Sapphire #021E65

RGB

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

 GREEN value IS 30 (12.11% from 255) = 22.56%

 BLUE value IS 101 (39.84% from 255) = 75.94%

R = 1.5%
G = 22.56%
B = 75.94%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#021E65 (or 0x021E65) is known color: Sapphire. HEX triplet: 02, 1E and 65. RGB value is (2,30,101). Sum of RGB (Red+Green+Blue) = 2+30+101=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 101 (39.84% from 255 or 75.94% from 133); Max value from RGB is 101 - color contains mainly: blue. Hex color #021E65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021E65 is #FDE19A. Grayscale: #1D1D1D. Windows color (decimal): -16638363 or 6626818. OLE color: 6626818.

HSL color Cylindrical-coordinate representation of color #021E65: hue angle of 223.03º 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 #021E65 is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 2 30 101 -
CMYK 0.98 0.70 0 0.60
HSL 223.03º 0.96% 0.2% -
HSV(B) 223.03º 0.98% 0.4% -
XYZ 2.84 1.88 12.53 -
YUV 29.72 168.22 108.23 -
System Red Green Blue C M Y K H S L
Decimal 2 30 101 0.98 0.70 0 0.60 223.03 0.96 0.2
Hex 2 1E 65 62 46 0 3C DF 60 14
Octal 2 36 145 142 106 0 74 337 140 24
Binary 10 11110 1100101 1100010 1000110 0 111100 11011111 1100000 10100

Color Harmonies of #021E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021E65

Black with #021E65

Text Example


Text Example

White with #021E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,30,101); }

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

background-color css

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

 a { background-color: rgb(2,30,101); }

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

border-color css

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

 span { border-color: rgb(2,30,101); }

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