Html Css Color HEX #001781 Navy

📋 copy color: '#001781'

red 0 ◦ green 23 ◦ blue 129

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

Shades of Navy #001781

Tints of Navy #001781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 84.87%

R = 0%
G = 15.13%
B = 84.87%

CMYK

 C value IS 1

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#001781 (or 0x001781) is known color: Navy. HEX triplet: 00, 17 and 81. RGB value is (0,23,129). Sum of RGB (Red+Green+Blue) = 0+23+129=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 129 (50.78% from 255 or 84.87% from 152); Max value from RGB is 129 - color contains mainly: blue. Hex color #001781 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001781 is #FFE87E. Grayscale: #1B1B1B. Windows color (decimal): -16771199 or 8460032. OLE color: 8460032.

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

Color convert

RGB 0 23 129 -
CMYK 1 0.82 0 0.49
HSL 229.3º 1% 0.25% -
HSV(B) 229.3º 1% 0.51% -
XYZ 4.27 2.2 20.97 -
YUV 28.21 184.88 107.88 -
System Red Green Blue C M Y K H S L
Decimal 0 23 129 1 0.82 0 0.49 229.3 1 0.25
Hex 0 17 81 64 52 0 31 E5 64 19
Octal 0 27 201 144 122 0 61 345 144 31
Binary 0 10111 10000001 1100100 1010010 0 110001 11100101 1100100 11001

Color Harmonies of #001781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001781

Black with #001781

Text Example


Text Example

White with #001781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001781; }

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

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

background-color css

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

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

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

border-color css

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

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

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