#030B79

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

Shades of Navy #030B79

Tints of Navy #030B79

Color information

#030B79 (or 0x030B79) is unknown color: approx Navy. HEX triplet: 03, 0B and 79. RGB value is (3,11,121). Sum of RGB (Red+Green+Blue) = 3+11+121=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 11 (4.69% from 255 or 8.15% from 135); Blue value is 121 (47.66% from 255 or 89.63% from 135); Max value from RGB is 121 - color contains mainly: blue. Hex color #030B79 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030B79 is #FCF486. Grayscale: #141414. Windows color (decimal): -16577671 or 7932675. OLE color: 7932675.

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

Color convert

RGB311121-
CMYK0.980.9100.53
HSL235.93º95.16%24.31%-
HSV(B)235.93º97.52%47.45%-
XYZ3.611.6418.22-
YUV21.15184.35115.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.22%
GREEN value IS 11 (4.69% from 255) = 8.15%
BLUE value IS 121 (47.66% from 255) = 89.63%
R=2.22%
G=8.15%
B=89.63%

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
Decimal3111210.980.9100.53235.9395.1624.31
Hex3B79625B035ec5f18
Octal31317114213306535413730
Binary111011111100111000101011011011010111101100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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