Html Css Color HEX #020E55 Sapphire

📋 copy color: '#020E55'

red 2 ◦ green 14 ◦ blue 85

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

Shades of Sapphire #020E55

Tints of Sapphire #020E55

RGB

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

 GREEN value IS 14 (5.86% from 255) = 13.86%

 BLUE value IS 85 (33.59% from 255) = 84.16%

R = 1.98%
G = 13.86%
B = 84.16%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#020E55 (or 0x020E55) is known color: Sapphire. HEX triplet: 02, 0E and 55. RGB value is (2,14,85). Sum of RGB (Red+Green+Blue) = 2+14+85=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 14 (5.86% from 255 or 13.86% from 101); Blue value is 85 (33.59% from 255 or 84.16% from 101); Max value from RGB is 85 - color contains mainly: blue. Hex color #020E55 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020E55 is #FDF1AA. Grayscale: #121212. Windows color (decimal): -16642475 or 5574146. OLE color: 5574146.

HSL color Cylindrical-coordinate representation of color #020E55: hue angle of 231.33º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020E55 is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 14 85 -
CMYK 0.98 0.84 0 0.67
HSL 231.33º 0.95% 0.17% -
HSV(B) 231.33º 0.98% 0.33% -
XYZ 1.82 0.98 8.69 -
YUV 18.51 165.52 116.23 -
System Red Green Blue C M Y K H S L
Decimal 2 14 85 0.98 0.84 0 0.67 231.33 0.95 0.17
Hex 2 E 55 62 54 0 43 E7 5F 11
Octal 2 16 125 142 124 0 103 347 137 21
Binary 10 1110 1010101 1100010 1010100 0 1000011 11100111 1011111 10001

Color Harmonies of #020E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020E55

Black with #020E55

Text Example


Text Example

White with #020E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020E55; }

 p { color: rgb(2,14,85); }

 H1.HeaderClassName
 {
   color: #020E55;
 }
 .AnyTagClassName
 {
   color: #020E55;
 }
</style>

background-color css

<style>
 a { background-color: #020E55; }

 a { background-color: rgb(2,14,85); }

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

border-color css

<style>
 span { border-color: #020E55; }

 span { border-color: rgb(2,14,85); }

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