#030876

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

Shades of Navy #030876

Tints of Navy #030876

Color information

#030876 (or 0x030876) is unknown color: approx Navy. HEX triplet: 03, 08 and 76. RGB value is (3,8,118). Sum of RGB (Red+Green+Blue) = 3+8+118=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 118 (46.48% from 255 or 91.47% from 129); Max value from RGB is 118 - color contains mainly: blue. Hex color #030876 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030876 is #FCF789. Grayscale: #121212. Windows color (decimal): -16578442 or 7735299. OLE color: 7735299.

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

Color convert

RGB38118-
CMYK0.970.9300.54
HSL237.39º95.04%23.73%-
HSV(B)237.39º97.46%46.27%-
XYZ3.391.517.25-
YUV19.05183.84116.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.33%
GREEN value IS 8 (3.52% from 255) = 6.20%
BLUE value IS 118 (46.48% from 255) = 91.47%
R=2.33%
G=6.20%
B=91.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal381180.970.9300.54237.3995.0423.73
Hex3876615D036ed5f18
Octal31016614113506635513730
Binary111000111011011000011011101011011011101101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030876; }

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

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

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

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

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

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

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

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