Html Css Color HEX #001881 Navy

📋 copy color: '#001881'

red 0 ◦ green 24 ◦ blue 129

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

Shades of Navy #001881

Tints of Navy #001881

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.69%

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

R = 0%
G = 15.69%
B = 84.31%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#001881 (or 0x001881) is known color: Navy. HEX triplet: 00, 18 and 81. RGB value is (0,24,129). Sum of RGB (Red+Green+Blue) = 0+24+129=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 129 (50.78% from 255 or 84.31% from 153); Max value from RGB is 129 - color contains mainly: blue. Hex color #001881 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001881 is #FFE77E. Grayscale: #1C1C1C. Windows color (decimal): -16770943 or 8460288. OLE color: 8460288.

HSL color Cylindrical-coordinate representation of color #001881: hue angle of 228.84º 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 #001881 is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 24 129 -
CMYK 1 0.81 0 0.49
HSL 228.84º 1% 0.25% -
HSV(B) 228.84º 1% 0.51% -
XYZ 4.29 2.24 20.97 -
YUV 28.79 184.55 107.46 -
System Red Green Blue C M Y K H S L
Decimal 0 24 129 1 0.81 0 0.49 228.84 1 0.25
Hex 0 18 81 64 51 0 31 E5 64 19
Octal 0 30 201 144 121 0 61 345 144 31
Binary 0 11000 10000001 1100100 1010001 0 110001 11100101 1100100 11001

Color Harmonies of #001881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001881

Black with #001881

Text Example


Text Example

White with #001881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001881; }

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

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

background-color css

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

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

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

border-color css

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

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

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