Html Css Color HEX #001780 Navy

📋 copy color: '#001780'

red 0 ◦ green 23 ◦ blue 128

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

Shades of Navy #001780

Tints of Navy #001780

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.23%

 BLUE value IS 128 (50.39% from 255) = 84.77%

R = 0%
G = 15.23%
B = 84.77%

CMYK

 C value IS 1

 M value IS 0.82

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#001780 (or 0x001780) is known color: Navy. HEX triplet: 00, 17 and 80. RGB value is (0,23,128). Sum of RGB (Red+Green+Blue) = 0+23+128=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 128 (50.39% from 255 or 84.77% from 151); Max value from RGB is 128 - color contains mainly: blue. Hex color #001780 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001780 is #FFE87F. Grayscale: #1B1B1B. Windows color (decimal): -16771200 or 8394496. OLE color: 8394496.

HSL color Cylindrical-coordinate representation of color #001780: hue angle of 229.22º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001780 is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 0 23 128 -
CMYK 1 0.82 0 0.50
HSL 229.22º 1% 0.25% -
HSV(B) 229.22º 1% 0.5% -
XYZ 4.2 2.17 20.62 -
YUV 28.09 184.38 107.96 -
System Red Green Blue C M Y K H S L
Decimal 0 23 128 1 0.82 0 0.50 229.22 1 0.25
Hex 0 17 80 64 52 0 32 E5 64 19
Octal 0 27 200 144 122 0 62 345 144 31
Binary 0 10111 10000000 1100100 1010010 0 110010 11100101 1100100 11001

Color Harmonies of #001780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001780

Black with #001780

Text Example


Text Example

White with #001780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001780; }

 p { color: rgb(0,23,128); }

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

background-color css

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

 a { background-color: rgb(0,23,128); }

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

border-color css

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

 span { border-color: rgb(0,23,128); }

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