Html Css Color HEX #001884 Navy

📋 copy color: '#001884'

red 0 ◦ green 24 ◦ blue 132

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

Shades of Navy #001884

Tints of Navy #001884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 84.62%

R = 0%
G = 15.38%
B = 84.62%

CMYK

 C value IS 1

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#001884 (or 0x001884) is known color: Navy. HEX triplet: 00, 18 and 84. RGB value is (0,24,132). Sum of RGB (Red+Green+Blue) = 0+24+132=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 132 (51.95% from 255 or 84.62% from 156); Max value from RGB is 132 - color contains mainly: blue. Hex color #001884 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001884 is #FFE77B. Grayscale: #1C1C1C. Windows color (decimal): -16770940 or 8656896. OLE color: 8656896.

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

Color convert

RGB 0 24 132 -
CMYK 1 0.82 0 0.48
HSL 229.09º 1% 0.26% -
HSV(B) 229.09º 1% 0.52% -
XYZ 4.49 2.32 22.04 -
YUV 29.14 186.05 107.22 -
System Red Green Blue C M Y K H S L
Decimal 0 24 132 1 0.82 0 0.48 229.09 1 0.26
Hex 0 18 84 64 52 0 30 E5 64 1A
Octal 0 30 204 144 122 0 60 345 144 32
Binary 0 11000 10000100 1100100 1010010 0 110000 11100101 1100100 11010

Color Harmonies of #001884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001884

Black with #001884

Text Example


Text Example

White with #001884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001884; }

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

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

background-color css

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

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

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

border-color css

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

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

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