#030E78

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

Shades of Navy #030E78

Tints of Navy #030E78

Color information

#030E78 (or 0x030E78) is unknown color: approx Navy. HEX triplet: 03, 0E and 78. RGB value is (3,14,120). Sum of RGB (Red+Green+Blue) = 3+14+120=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 14 (5.86% from 255 or 10.22% 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 #030E78 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030E78 is #FCF187. Grayscale: #161616. Windows color (decimal): -16576904 or 7867907. OLE color: 7867907.

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

Color convert

RGB314120-
CMYK0.980.8800.53
HSL234.36º95.12%24.12%-
HSV(B)234.36º97.5%47.06%-
XYZ3.581.6917.91-
YUV22.8182.86113.88-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.19%
GREEN value IS 14 (5.86% from 255) = 10.22%
BLUE value IS 120 (47.27% from 255) = 87.59%
R=2.19%
G=10.22%
B=87.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3141200.980.8800.53234.3695.1224.12
Hex3E786258035ea5f18
Octal31617014213006535213730
Binary111110111100011000101011000011010111101010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030E78; }

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

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

<style>
 a { background-color: #030E78; }

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

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

<style>
 span { border-color: #030E78; }

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

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