#030B78

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

Shades of Navy #030B78

Tints of Navy #030B78

Color information

#030B78 (or 0x030B78) is unknown color: approx Navy. HEX triplet: 03, 0B and 78. RGB value is (3,11,120). Sum of RGB (Red+Green+Blue) = 3+11+120=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 11 (4.69% from 255 or 8.21% from 134); Blue value is 120 (47.27% from 255 or 89.55% from 134); Max value from RGB is 120 - color contains mainly: blue. Hex color #030B78 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030B78 is #FCF487. Grayscale: #141414. Windows color (decimal): -16577672 or 7867139. OLE color: 7867139.

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

Color convert

RGB311120-
CMYK0.980.9100.53
HSL235.9º95.12%24.12%-
HSV(B)235.9º97.5%47.06%-
XYZ3.551.6117.89-
YUV21.03183.85115.14-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.24%
GREEN value IS 11 (4.69% from 255) = 8.21%
BLUE value IS 120 (47.27% from 255) = 89.55%
R=2.24%
G=8.21%
B=89.55%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3111200.980.9100.53235.995.1224.12
Hex3B78625B035ec5f18
Octal31317014213306535413730
Binary111011111100011000101011011011010111101100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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