Html Css Color HEX #020E4E Sapphire

📋 copy color: '#020E4E'

red 2 ◦ green 14 ◦ blue 78

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

Shades of Sapphire #020E4E

Tints of Sapphire #020E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 82.98%

R = 2.13%
G = 14.89%
B = 82.98%

CMYK

 C value IS 0.97

 M value IS 0.82

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#020E4E (or 0x020E4E) is known color: Sapphire. HEX triplet: 02, 0E and 4E. RGB value is (2,14,78). Sum of RGB (Red+Green+Blue) = 2+14+78=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 14 (5.86% from 255 or 14.89% from 94); Blue value is 78 (30.86% from 255 or 82.98% from 94); Max value from RGB is 78 - color contains mainly: blue. Hex color #020E4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020E4E is #FDF1B1. Grayscale: #111111. Windows color (decimal): -16642482 or 5115394. OLE color: 5115394.

HSL color Cylindrical-coordinate representation of color #020E4E: hue angle of 230.53º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020E4E is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 14 78 -
CMYK 0.97 0.82 0 0.69
HSL 230.53º 0.95% 0.16% -
HSV(B) 230.53º 0.97% 0.31% -
XYZ 1.56 0.88 7.29 -
YUV 17.71 162.02 116.8 -
System Red Green Blue C M Y K H S L
Decimal 2 14 78 0.97 0.82 0 0.69 230.53 0.95 0.16
Hex 2 E 4E 61 52 0 45 E7 5F 10
Octal 2 16 116 141 122 0 105 347 137 20
Binary 10 1110 1001110 1100001 1010010 0 1000101 11100111 1011111 10000

Color Harmonies of #020E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020E4E

Black with #020E4E

Text Example


Text Example

White with #020E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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