Html Css Color HEX #000376 Navy

📋 copy color: '#000376'

red 0 ◦ green 3 ◦ blue 118

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

Shades of Navy #000376

Tints of Navy #000376

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 3 (1.56% from 255) = 2.48%

 BLUE value IS 118 (46.48% from 255) = 97.52%

R = 0%
G = 2.48%
B = 97.52%

CMYK

 C value IS 1

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#000376 (or 0x000376) is known color: Navy. HEX triplet: 00, 03 and 76. RGB value is (0,3,118). Sum of RGB (Red+Green+Blue) = 0+3+118=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 118 (46.48% from 255 or 97.52% from 121); Max value from RGB is 118 - color contains mainly: blue. Hex color #000376 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000376 is #FFFC89. Grayscale: #0E0E0E. Windows color (decimal): -16776330 or 7734016. OLE color: 7734016.

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

Color convert

RGB 0 3 118 -
CMYK 1 0.97 0 0.54
HSL 238.47º 1% 0.23% -
HSV(B) 238.47º 1% 0.46% -
XYZ 3.3 1.37 17.23 -
YUV 15.21 186.01 117.15 -
System Red Green Blue C M Y K H S L
Decimal 0 3 118 1 0.97 0 0.54 238.47 1 0.23
Hex 0 3 76 64 61 0 36 EE 64 17
Octal 0 3 166 144 141 0 66 356 144 27
Binary 0 11 1110110 1100100 1100001 0 110110 11101110 1100100 10111

Color Harmonies of #000376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000376

Black with #000376

Text Example


Text Example

White with #000376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000376; }

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

 H1.HeaderClassName
 {
   color: #000376;
 }
 .AnyTagClassName
 {
   color: #000376;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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