#030F6E

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

Shades of Navy #030F6E

Tints of Navy #030F6E

Color information

#030F6E (or 0x030F6E) is unknown color: approx Navy. HEX triplet: 03, 0F and 6E. RGB value is (3,15,110). Sum of RGB (Red+Green+Blue) = 3+15+110=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 15 (6.25% from 255 or 11.72% from 128); Blue value is 110 (43.36% from 255 or 85.94% from 128); Max value from RGB is 110 - color contains mainly: blue. Hex color #030F6E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030F6E is #FCF091. Grayscale: #151515. Windows color (decimal): -16576658 or 7212803. OLE color: 7212803.

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

Color convert

RGB315110-
CMYK0.970.8600.57
HSL233.27º94.69%22.16%-
HSV(B)233.27º97.27%43.14%-
XYZ3.021.4914.88-
YUV22.24177.52114.28-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.34%
GREEN value IS 15 (6.25% from 255) = 11.72%
BLUE value IS 110 (43.36% from 255) = 85.94%
R=2.34%
G=11.72%
B=85.94%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3151100.970.8600.57233.2794.6922.16
Hex3F6E6156039e95f16
Octal31715614112607135113726
Binary111111110111011000011010110011100111101001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,15,110); }

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

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

 a { background-color: rgb(3,15,110); }

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

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

 span { border-color: rgb(3,15,110); }

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