#000370

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

Shades of Navy #000370

Tints of Navy #000370

Color information

#000370 (or 0x000370) is unknown color: approx Navy. HEX triplet: 00, 03 and 70. RGB value is (0,3,112). Sum of RGB (Red+Green+Blue) = 0+3+112=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 112 (44.14% from 255 or 97.39% from 115); Max value from RGB is 112 - color contains mainly: blue. Hex color #000370 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000370 is #FFFC8F. Grayscale: #0E0E0E. Windows color (decimal): -16776336 or 7340800. OLE color: 7340800.

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

Color convert

RGB03112-
CMYK10.9700.56
HSL238.39º100%21.96%-
HSV(B)238.39º100%43.92%-
XYZ2.961.2315.41-
YUV14.53183.01117.64-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 3 (1.56% from 255) = 2.61%
BLUE value IS 112 (44.14% from 255) = 97.39%
R=0%
G=2.61%
B=97.39%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal0311210.9700.56238.3910021.96
Hex03706461038ee6416
Octal0316014414107035614426
Binary011111000011001001100001011100011101110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000370; }

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

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

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

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

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

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

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

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