#030376

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

Shades of Navy #030376

Tints of Navy #030376

Color information

#030376 (or 0x030376) is unknown color: approx Navy. HEX triplet: 03, 03 and 76. RGB value is (3,3,118). Sum of RGB (Red+Green+Blue) = 3+3+118=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 118 (46.48% from 255 or 95.16% from 124); Max value from RGB is 118 - color contains mainly: blue. Hex color #030376 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030376 is #FCFC89. Grayscale: #0F0F0F. Windows color (decimal): -16579722 or 7734019. OLE color: 7734019.

HSL color Cylindrical-coordinate representation of color #030376: hue angle of 240º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030376 is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB33118-
CMYK0.970.9700.54
HSL240º95.04%23.73%-
HSV(B)240º97.46%46.27%-
XYZ3.341.3917.23-
YUV16.11185.5118.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.42%
GREEN value IS 3 (1.56% from 255) = 2.42%
BLUE value IS 118 (46.48% from 255) = 95.16%
R=2.42%
G=2.42%
B=95.16%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal331180.970.9700.5424095.0423.73
Hex33766161036f05f18
Octal3316614114106636013730
Binary1111111011011000011100001011011011110000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030376; }

 p { color: rgb(3,3,118); }

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

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

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

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

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

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

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