#030A6F

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

Shades of Navy #030A6F

Tints of Navy #030A6F

Color information

#030A6F (or 0x030A6F) is unknown color: approx Navy. HEX triplet: 03, 0A and 6F. RGB value is (3,10,111). Sum of RGB (Red+Green+Blue) = 3+10+111=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 10 (4.30% from 255 or 8.06% from 124); Blue value is 111 (43.75% from 255 or 89.52% from 124); Max value from RGB is 111 - color contains mainly: blue. Hex color #030A6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030A6F is #FCF590. Grayscale: #131313. Windows color (decimal): -16577937 or 7277059. OLE color: 7277059.

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

Color convert

RGB310111-
CMYK0.970.9100.56
HSL236.11º94.74%22.35%-
HSV(B)236.11º97.3%43.53%-
XYZ3.021.3815.15-
YUV19.42179.68116.29-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.42%
GREEN value IS 10 (4.30% from 255) = 8.06%
BLUE value IS 111 (43.75% from 255) = 89.52%
R=2.42%
G=8.06%
B=89.52%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3101110.970.9100.56236.1194.7422.35
Hex3A6F615B038ec5f16
Octal31215714113307035413726
Binary111010110111111000011011011011100011101100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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