#030B71

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

Shades of Navy #030B71

Tints of Navy #030B71

Color information

#030B71 (or 0x030B71) is unknown color: approx Navy. HEX triplet: 03, 0B and 71. RGB value is (3,11,113). Sum of RGB (Red+Green+Blue) = 3+11+113=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 11 (4.69% from 255 or 8.66% from 127); Blue value is 113 (44.53% from 255 or 88.98% from 127); Max value from RGB is 113 - color contains mainly: blue. Hex color #030B71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030B71 is #FCF48E. Grayscale: #131313. Windows color (decimal): -16577679 or 7408387. OLE color: 7408387.

HSL color Cylindrical-coordinate representation of color #030B71: hue angle of 235.64º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030B71 is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB311113-
CMYK0.970.9000.56
HSL235.64º94.83%22.75%-
HSV(B)235.64º97.35%44.31%-
XYZ3.141.4515.74-
YUV20.24180.35115.71-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.36%
GREEN value IS 11 (4.69% from 255) = 8.66%
BLUE value IS 113 (44.53% from 255) = 88.98%
R=2.36%
G=8.66%
B=88.98%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3111130.970.9000.56235.6494.8322.75
Hex3B71615A038ec5f17
Octal31316114113207035413727
Binary111011111000111000011011010011100011101100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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