Html Css Color HEX #0E026C Navy

📋 copy color: '#0E026C'

red 14 ◦ green 2 ◦ blue 108

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

Shades of Navy #0E026C

Tints of Navy #0E026C

RGB

 RED value IS 14 (5.86% from 255) = 11.29%

 GREEN value IS 2 (1.17% from 255) = 1.61%

 BLUE value IS 108 (42.58% from 255) = 87.1%

R = 11.29%
G = 1.61%
B = 87.1%

CMYK

 C value IS 0.87

 M value IS 0.98

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0E026C (or 0x0E026C) is known color: Navy. HEX triplet: 0E, 02 and 6C. RGB value is (14,2,108). Sum of RGB (Red+Green+Blue) = 14+2+108=124 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.29% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 108 (42.58% from 255 or 87.10% from 124); Max value from RGB is 108 - color contains mainly: blue. Hex color #0E026C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E026C is #F1FD93. Grayscale: #111111. Windows color (decimal): -15859092 or 7078414. OLE color: 7078414.

HSL color Cylindrical-coordinate representation of color #0E026C: hue angle of 246.79º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E026C is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 14 2 108 -
CMYK 0.87 0.98 0 0.58
HSL 246.79º 0.96% 0.22% -
HSV(B) 246.79º 0.98% 0.42% -
XYZ 2.91 1.22 14.27 -
YUV 17.67 178.98 125.38 -
System Red Green Blue C M Y K H S L
Decimal 14 2 108 0.87 0.98 0 0.58 246.79 0.96 0.22
Hex E 2 6C 57 62 0 3A F7 60 16
Octal 16 2 154 127 142 0 72 367 140 26
Binary 1110 10 1101100 1010111 1100010 0 111010 11110111 1100000 10110

Color Harmonies of #0E026C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E026C

Black with #0E026C

Text Example


Text Example

White with #0E026C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E026C; }

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

 H1.HeaderClassName
 {
   color: #0E026C;
 }
 .AnyTagClassName
 {
   color: #0E026C;
 }
</style>

background-color css

<style>
 a { background-color: #0E026C; }

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

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

border-color css

<style>
 span { border-color: #0E026C; }

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

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