Html Css Color HEX #021E68 Sapphire

📋 copy color: '#021E68'

red 2 ◦ green 30 ◦ blue 104

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

Shades of Sapphire #021E68

Tints of Sapphire #021E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 76.47%

R = 1.47%
G = 22.06%
B = 76.47%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#021E68 (or 0x021E68) is known color: Sapphire. HEX triplet: 02, 1E and 68. RGB value is (2,30,104). Sum of RGB (Red+Green+Blue) = 2+30+104=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 30 (12.11% from 255 or 22.06% from 136); Blue value is 104 (41.02% from 255 or 76.47% from 136); Max value from RGB is 104 - color contains mainly: blue. Hex color #021E68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021E68 is #FDE197. Grayscale: #1D1D1D. Windows color (decimal): -16638360 or 6823426. OLE color: 6823426.

HSL color Cylindrical-coordinate representation of color #021E68: hue angle of 223.53º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021E68 is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 2 30 104 -
CMYK 0.98 0.71 0 0.59
HSL 223.53º 0.96% 0.21% -
HSV(B) 223.53º 0.98% 0.41% -
XYZ 2.99 1.94 13.31 -
YUV 30.06 169.72 107.98 -
System Red Green Blue C M Y K H S L
Decimal 2 30 104 0.98 0.71 0 0.59 223.53 0.96 0.21
Hex 2 1E 68 62 47 0 3B E0 60 15
Octal 2 36 150 142 107 0 73 340 140 25
Binary 10 11110 1101000 1100010 1000111 0 111011 11100000 1100000 10101

Color Harmonies of #021E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021E68

Black with #021E68

Text Example


Text Example

White with #021E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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