#030370

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

Shades of Navy #030370

Tints of Navy #030370

Color information

#030370 (or 0x030370) is unknown color: approx Navy. HEX triplet: 03, 03 and 70. RGB value is (3,3,112). Sum of RGB (Red+Green+Blue) = 3+3+112=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 112 (44.14% from 255 or 94.92% from 118); Max value from RGB is 112 - color contains mainly: blue. Hex color #030370 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030370 is #FCFC8F. Grayscale: #0E0E0E. Windows color (decimal): -16579728 or 7340803. OLE color: 7340803.

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

Color convert

RGB33112-
CMYK0.970.9700.56
HSL240º94.78%22.55%-
HSV(B)240º97.32%43.92%-
XYZ2.991.2515.41-
YUV15.43182.5119.14-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.54%
GREEN value IS 3 (1.56% from 255) = 2.54%
BLUE value IS 112 (44.14% from 255) = 94.92%
R=2.54%
G=2.54%
B=94.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal331120.970.9700.5624094.7822.55
Hex33706161038f05f17
Octal3316014114107036013727
Binary1111111000011000011100001011100011110000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030370; }

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

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

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

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

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

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

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

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