Html Css Color HEX #0E0378 Navy

📋 copy color: '#0E0378'

red 14 ◦ green 3 ◦ blue 120

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

Shades of Navy #0E0378

Tints of Navy #0E0378

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.19%

 BLUE value IS 120 (47.27% from 255) = 87.59%

R = 10.22%
G = 2.19%
B = 87.59%

CMYK

 C value IS 0.88

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0E0378 (or 0x0E0378) is known color: Navy. HEX triplet: 0E, 03 and 78. RGB value is (14,3,120). Sum of RGB (Red+Green+Blue) = 14+3+120=137 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.22% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 120 (47.27% from 255 or 87.59% from 137); Max value from RGB is 120 - color contains mainly: blue. Hex color #0E0378 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0378 is #F1FC87. Grayscale: #131313. Windows color (decimal): -15858824 or 7865102. OLE color: 7865102.

HSL color Cylindrical-coordinate representation of color #0E0378: hue angle of 245.64º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E0378 is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 14 3 120 -
CMYK 0.88 0.98 0 0.53
HSL 245.64º 0.95% 0.24% -
HSV(B) 245.64º 0.98% 0.47% -
XYZ 3.6 1.51 17.87 -
YUV 19.63 184.64 123.99 -
System Red Green Blue C M Y K H S L
Decimal 14 3 120 0.88 0.98 0 0.53 245.64 0.95 0.24
Hex E 3 78 58 62 0 35 F6 5F 18
Octal 16 3 170 130 142 0 65 366 137 30
Binary 1110 11 1111000 1011000 1100010 0 110101 11110110 1011111 11000

Color Harmonies of #0E0378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0378

Black with #0E0378

Text Example


Text Example

White with #0E0378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,3,120); }

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

background-color css

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

 a { background-color: rgb(14,3,120); }

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

border-color css

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

 span { border-color: rgb(14,3,120); }

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