Html Css Color HEX #020E58 Sapphire

📋 copy color: '#020E58'

red 2 ◦ green 14 ◦ blue 88

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

Shades of Sapphire #020E58

Tints of Sapphire #020E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 84.62%

R = 1.92%
G = 13.46%
B = 84.62%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#020E58 (or 0x020E58) is known color: Sapphire. HEX triplet: 02, 0E and 58. RGB value is (2,14,88). Sum of RGB (Red+Green+Blue) = 2+14+88=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 14 (5.86% from 255 or 13.46% from 104); Blue value is 88 (34.77% from 255 or 84.62% from 104); Max value from RGB is 88 - color contains mainly: blue. Hex color #020E58 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020E58 is #FDF1A7. Grayscale: #121212. Windows color (decimal): -16642472 or 5770754. OLE color: 5770754.

HSL color Cylindrical-coordinate representation of color #020E58: hue angle of 231.63º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020E58 is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 2 14 88 -
CMYK 0.98 0.84 0 0.65
HSL 231.63º 0.96% 0.18% -
HSV(B) 231.63º 0.98% 0.35% -
XYZ 1.94 1.03 9.33 -
YUV 18.85 167.02 115.98 -
System Red Green Blue C M Y K H S L
Decimal 2 14 88 0.98 0.84 0 0.65 231.63 0.96 0.18
Hex 2 E 58 62 54 0 41 E8 60 12
Octal 2 16 130 142 124 0 101 350 140 22
Binary 10 1110 1011000 1100010 1010100 0 1000001 11101000 1100000 10010

Color Harmonies of #020E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020E58

Black with #020E58

Text Example


Text Example

White with #020E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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