Html Css Color HEX #020E5F Sapphire

📋 copy color: '#020E5F'

red 2 ◦ green 14 ◦ blue 95

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

Shades of Sapphire #020E5F

Tints of Sapphire #020E5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 85.59%

R = 1.8%
G = 12.61%
B = 85.59%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#020E5F (or 0x020E5F) is known color: Sapphire. HEX triplet: 02, 0E and 5F. RGB value is (2,14,95). Sum of RGB (Red+Green+Blue) = 2+14+95=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 14 (5.86% from 255 or 12.61% from 111); Blue value is 95 (37.5% from 255 or 85.59% from 111); Max value from RGB is 95 - color contains mainly: blue. Hex color #020E5F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020E5F is #FDF1A0. Grayscale: #131313. Windows color (decimal): -16642465 or 6229506. OLE color: 6229506.

HSL color Cylindrical-coordinate representation of color #020E5F: hue angle of 232.26º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020E5F is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 2 14 95 -
CMYK 0.98 0.85 0 0.63
HSL 232.26º 0.96% 0.19% -
HSV(B) 232.26º 0.98% 0.37% -
XYZ 2.25 1.15 10.93 -
YUV 19.65 170.52 115.41 -
System Red Green Blue C M Y K H S L
Decimal 2 14 95 0.98 0.85 0 0.63 232.26 0.96 0.19
Hex 2 E 5F 62 55 0 3F E8 60 13
Octal 2 16 137 142 125 0 77 350 140 23
Binary 10 1110 1011111 1100010 1010101 0 111111 11101000 1100000 10011

Color Harmonies of #020E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020E5F

Black with #020E5F

Text Example


Text Example

White with #020E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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