#03086F

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

Shades of Navy #03086F

Tints of Navy #03086F

Color information

#03086F (or 0x03086F) is unknown color: approx Navy. HEX triplet: 03, 08 and 6F. RGB value is (3,8,111). Sum of RGB (Red+Green+Blue) = 3+8+111=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 8 (3.52% from 255 or 6.56% from 122); Blue value is 111 (43.75% from 255 or 90.98% from 122); Max value from RGB is 111 - color contains mainly: blue. Hex color #03086F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03086F is #FCF790. Grayscale: #111111. Windows color (decimal): -16578449 or 7276547. OLE color: 7276547.

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

Color convert

RGB38111-
CMYK0.970.9300.56
HSL237.22º94.74%22.35%-
HSV(B)237.22º97.3%43.53%-
XYZ2.991.3415.14-
YUV18.25180.34117.12-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.46%
GREEN value IS 8 (3.52% from 255) = 6.56%
BLUE value IS 111 (43.75% from 255) = 90.98%
R=2.46%
G=6.56%
B=90.98%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal381110.970.9300.56237.2294.7422.35
Hex386F615D038ed5f16
Octal31015714113507035513726
Binary111000110111111000011011101011100011101101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03086F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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