#030D6F

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

Shades of Navy #030D6F

Tints of Navy #030D6F

Color information

#030D6F (or 0x030D6F) is unknown color: approx Navy. HEX triplet: 03, 0D and 6F. RGB value is (3,13,111). Sum of RGB (Red+Green+Blue) = 3+13+111=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 13 (5.47% from 255 or 10.24% from 127); Blue value is 111 (43.75% from 255 or 87.40% from 127); Max value from RGB is 111 - color contains mainly: blue. Hex color #030D6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030D6F is #FCF290. Grayscale: #141414. Windows color (decimal): -16577169 or 7277827. OLE color: 7277827.

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

Color convert

RGB313111-
CMYK0.970.8800.56
HSL234.44º94.74%22.35%-
HSV(B)234.44º97.3%43.53%-
XYZ3.051.4515.16-
YUV21.18178.69115.03-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.36%
GREEN value IS 13 (5.47% from 255) = 10.24%
BLUE value IS 111 (43.75% from 255) = 87.40%
R=2.36%
G=10.24%
B=87.40%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3131110.970.8800.56234.4494.7422.35
Hex3D6F6158038ea5f16
Octal31515714113007035213726
Binary111101110111111000011011000011100011101010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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