#03066E

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

Shades of Navy #03066E

Tints of Navy #03066E

Color information

#03066E (or 0x03066E) is unknown color: approx Navy. HEX triplet: 03, 06 and 6E. RGB value is (3,6,110). Sum of RGB (Red+Green+Blue) = 3+6+110=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 6 (2.73% from 255 or 5.04% from 119); Blue value is 110 (43.36% from 255 or 92.44% from 119); Max value from RGB is 110 - color contains mainly: blue. Hex color #03066E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03066E is #FCF991. Grayscale: #101010. Windows color (decimal): -16578962 or 7210499. OLE color: 7210499.

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

Color convert

RGB36110-
CMYK0.970.9500.57
HSL238.32º94.69%22.16%-
HSV(B)238.32º97.27%43.14%-
XYZ2.921.2814.84-
YUV16.96180.51118.04-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.52%
GREEN value IS 6 (2.73% from 255) = 5.04%
BLUE value IS 110 (43.36% from 255) = 92.44%
R=2.52%
G=5.04%
B=92.44%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal361100.970.9500.57238.3294.6922.16
Hex366E615F039ee5f16
Octal3615614113707135613726
Binary11110110111011000011011111011100111101110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03066E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03066E; }

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

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

<style>
 a { background-color: #03066E; }

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

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

<style>
 span { border-color: #03066E; }

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

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