#03086E

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

Shades of Navy #03086E

Tints of Navy #03086E

Color information

#03086E (or 0x03086E) is unknown color: approx Navy. HEX triplet: 03, 08 and 6E. RGB value is (3,8,110). Sum of RGB (Red+Green+Blue) = 3+8+110=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 110 (43.36% from 255 or 90.91% from 121); Max value from RGB is 110 - color contains mainly: blue. Hex color #03086E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03086E is #FCF791. Grayscale: #111111. Windows color (decimal): -16578450 or 7211011. OLE color: 7211011.

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

Color convert

RGB38110-
CMYK0.970.9300.57
HSL237.2º94.69%22.16%-
HSV(B)237.2º97.27%43.14%-
XYZ2.941.3214.85-
YUV18.13179.84117.21-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.48%
GREEN value IS 8 (3.52% from 255) = 6.61%
BLUE value IS 110 (43.36% from 255) = 90.91%
R=2.48%
G=6.61%
B=90.91%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal381100.970.9300.57237.294.6922.16
Hex386E615D039ed5f16
Octal31015614113507135513726
Binary111000110111011000011011101011100111101101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03086E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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