#030B6F

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

Shades of Navy #030B6F

Tints of Navy #030B6F

Color information

#030B6F (or 0x030B6F) is unknown color: approx Navy. HEX triplet: 03, 0B and 6F. RGB value is (3,11,111). Sum of RGB (Red+Green+Blue) = 3+11+111=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 11 (4.69% from 255 or 8.8% from 125); Blue value is 111 (43.75% from 255 or 88.8% from 125); Max value from RGB is 111 - color contains mainly: blue. Hex color #030B6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030B6F is #FCF490. Grayscale: #131313. Windows color (decimal): -16577681 or 7277315. OLE color: 7277315.

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

Color convert

RGB311111-
CMYK0.970.9000.56
HSL235.56º94.74%22.35%-
HSV(B)235.56º97.3%43.53%-
XYZ3.031.4115.15-
YUV20.01179.35115.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.4%
GREEN value IS 11 (4.69% from 255) = 8.8%
BLUE value IS 111 (43.75% from 255) = 88.8%
R=2.4%
G=8.8%
B=88.8%

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
Decimal3111110.970.9000.56235.5694.7422.35
Hex3B6F615A038ec5f16
Octal31315714113207035413726
Binary111011110111111000011011010011100011101100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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