#0E0278

Color #0E0278 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #0E0278

Tints of Navy #0E0278

Color information

#0E0278 (or 0x0E0278) is unknown color: approx Navy. HEX triplet: 0E, 02 and 78. RGB value is (14,2,120). Sum of RGB (Red+Green+Blue) = 14+2+120=136 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.29% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 120 (47.27% from 255 or 88.24% from 136); Max value from RGB is 120 - color contains mainly: blue. Hex color #0E0278 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0278 is #F1FD87. Grayscale: #121212. Windows color (decimal): -15859080 or 7864846. OLE color: 7864846.

HSL color Cylindrical-coordinate representation of color #0E0278: hue angle of 246.1º degrees, saturation: 0.97, 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 #0E0278 is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB142120-
CMYK0.880.9800.53
HSL246.1º96.72%23.92%-
HSV(B)246.1º98.33%47.06%-
XYZ3.591.4917.87-
YUV19.04184.98124.41-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.29%
GREEN value IS 2 (1.17% from 255) = 1.47%
BLUE value IS 120 (47.27% from 255) = 88.24%
R=10.29%
G=1.47%
B=88.24%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1421200.880.9800.53246.196.7223.92
HexE2785862035f66118
Octal16217013014206536614130
Binary111010111100010110001100010011010111110110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E0278;
 }
 .AnyTagClassName
 {
   color: #0E0278;
 }
</style>
background-color css

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

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

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

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

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

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