Html Css Color HEX #000370 Navy

📋 copy color: '#000370'

red 0 ◦ green 3 ◦ blue 112

#000370
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #000370

Tints of Navy #000370

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 value IS 1

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#000370 (or 0x000370) is known color: 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

RGB 0 3 112 -
CMYK 1 0.97 0 0.56
HSL 238.39º 1% 0.22% -
HSV(B) 238.39º 1% 0.44% -
XYZ 2.96 1.23 15.41 -
YUV 14.53 183.01 117.64 -
System Red Green Blue C M Y K H S L
Decimal 0 3 112 1 0.97 0 0.56 238.39 1 0.22
Hex 0 3 70 64 61 0 38 EE 64 16
Octal 0 3 160 144 141 0 70 356 144 26
Binary 0 11 1110000 1100100 1100001 0 111000 11101110 1100100 10110

Color Harmonies of #000370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000370

Black with #000370

Text Example


Text Example

White with #000370

Text Example


Text Example

HTML Codes & Css Web 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>