Html Css Color HEX #010376 Navy

📋 copy color: '#010376'

red 1 ◦ green 3 ◦ blue 118

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

Shades of Navy #010376

Tints of Navy #010376

RGB

 RED value IS 1 (0.78% from 255) = 0.82%

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

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

R = 0.82%
G = 2.46%
B = 96.72%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#010376 (or 0x010376) is known color: Navy. HEX triplet: 01, 03 and 76. RGB value is (1,3,118). Sum of RGB (Red+Green+Blue) = 1+3+118=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 118 (46.48% from 255 or 96.72% from 122); Max value from RGB is 118 - color contains mainly: blue. Hex color #010376 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010376 is #FEFC89. Grayscale: #0F0F0F. Windows color (decimal): -16710794 or 7734017. OLE color: 7734017.

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

Color convert

RGB 1 3 118 -
CMYK 0.99 0.97 0 0.54
HSL 238.97º 0.98% 0.23% -
HSV(B) 238.97º 0.99% 0.46% -
XYZ 3.32 1.38 17.23 -
YUV 15.51 185.84 117.65 -
System Red Green Blue C M Y K H S L
Decimal 1 3 118 0.99 0.97 0 0.54 238.97 0.98 0.23
Hex 1 3 76 63 61 0 36 EF 62 17
Octal 1 3 166 143 141 0 66 357 142 27
Binary 1 11 1110110 1100011 1100001 0 110110 11101111 1100010 10111

Color Harmonies of #010376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010376

Black with #010376

Text Example


Text Example

White with #010376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010376; }

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

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

background-color css

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

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

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

border-color css

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

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

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