Html Css Color HEX #001185 Navy

📋 copy color: '#001185'

red 0 ◦ green 17 ◦ blue 133

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

Shades of Navy #001185

Tints of Navy #001185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 88.67%

R = 0%
G = 11.33%
B = 88.67%

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

#001185 (or 0x001185) is known color: Navy. HEX triplet: 00, 11 and 85. RGB value is (0,17,133). Sum of RGB (Red+Green+Blue) = 0+17+133=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 133 (52.34% from 255 or 88.67% from 150); Max value from RGB is 133 - color contains mainly: blue. Hex color #001185 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001185 is #FFEE7A. Grayscale: #181818. Windows color (decimal): -16772731 or 8720640. OLE color: 8720640.

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

Color convert

RGB 0 17 133 -
CMYK 1 0.87 0 0.48
HSL 232.33º 1% 0.26% -
HSV(B) 232.33º 1% 0.52% -
XYZ 4.43 2.09 22.36 -
YUV 25.14 188.87 110.07 -
System Red Green Blue C M Y K H S L
Decimal 0 17 133 1 0.87 0 0.48 232.33 1 0.26
Hex 0 11 85 64 57 0 30 E8 64 1A
Octal 0 21 205 144 127 0 60 350 144 32
Binary 0 10001 10000101 1100100 1010111 0 110000 11101000 1100100 11010

Color Harmonies of #001185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001185

Black with #001185

Text Example


Text Example

White with #001185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001185; }

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

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

background-color css

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

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

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

border-color css

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

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

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