Html Css Color HEX #001184 Navy

📋 copy color: '#001184'

red 0 ◦ green 17 ◦ blue 132

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

Shades of Navy #001184

Tints of Navy #001184

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.41%

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

R = 0%
G = 11.41%
B = 88.59%

CMYK

 C value IS 1

 M value IS 0.87

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#001184 (or 0x001184) is known color: Navy. HEX triplet: 00, 11 and 84. RGB value is (0,17,132). Sum of RGB (Red+Green+Blue) = 0+17+132=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 132 (51.95% from 255 or 88.59% from 149); Max value from RGB is 132 - color contains mainly: blue. Hex color #001184 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001184 is #FFEE7B. Grayscale: #181818. Windows color (decimal): -16772732 or 8655104. OLE color: 8655104.

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

Color convert

RGB 0 17 132 -
CMYK 1 0.87 0 0.48
HSL 232.27º 1% 0.26% -
HSV(B) 232.27º 1% 0.52% -
XYZ 4.37 2.07 22 -
YUV 25.03 188.37 110.15 -
System Red Green Blue C M Y K H S L
Decimal 0 17 132 1 0.87 0 0.48 232.27 1 0.26
Hex 0 11 84 64 57 0 30 E8 64 1A
Octal 0 21 204 144 127 0 60 350 144 32
Binary 0 10001 10000100 1100100 1010111 0 110000 11101000 1100100 11010

Color Harmonies of #001184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001184

Black with #001184

Text Example


Text Example

White with #001184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001184; }

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

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

background-color css

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

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

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

border-color css

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

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

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