#030D6E

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

Shades of Navy #030D6E

Tints of Navy #030D6E

Color information

#030D6E (or 0x030D6E) is unknown color: approx Navy. HEX triplet: 03, 0D and 6E. RGB value is (3,13,110). Sum of RGB (Red+Green+Blue) = 3+13+110=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 13 (5.47% from 255 or 10.32% from 126); Blue value is 110 (43.36% from 255 or 87.30% from 126); Max value from RGB is 110 - color contains mainly: blue. Hex color #030D6E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030D6E is #FCF291. Grayscale: #141414. Windows color (decimal): -16577170 or 7212291. OLE color: 7212291.

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

Color convert

RGB313110-
CMYK0.970.8800.57
HSL234.39º94.69%22.16%-
HSV(B)234.39º97.27%43.14%-
XYZ31.4314.87-
YUV21.07178.19115.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.38%
GREEN value IS 13 (5.47% from 255) = 10.32%
BLUE value IS 110 (43.36% from 255) = 87.30%
R=2.38%
G=10.32%
B=87.30%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3131100.970.8800.57234.3994.6922.16
Hex3D6E6158039ea5f16
Octal31515614113007135213726
Binary111101110111011000011011000011100111101010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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