Html Css Color HEX #000185 Navy

📋 copy color: '#000185'

red 0 ◦ green 1 ◦ blue 133

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

Shades of Navy #000185

Tints of Navy #000185

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.75%

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

R = 0%
G = 0.75%
B = 99.25%

CMYK

 C value IS 1

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#000185 (or 0x000185) is known color: Navy. HEX triplet: 00, 01 and 85. RGB value is (0,1,133). Sum of RGB (Red+Green+Blue) = 0+1+133=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 133 (52.34% from 255 or 99.25% from 134); Max value from RGB is 133 - color contains mainly: blue. Hex color #000185 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000185 is #FFFE7A. Grayscale: #0F0F0F. Windows color (decimal): -16776827 or 8716544. OLE color: 8716544.

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

Color convert

RGB 0 1 133 -
CMYK 1 0.99 0 0.48
HSL 239.55º 1% 0.26% -
HSV(B) 239.55º 1% 0.52% -
XYZ 4.24 1.72 22.3 -
YUV 15.75 194.17 116.77 -
System Red Green Blue C M Y K H S L
Decimal 0 1 133 1 0.99 0 0.48 239.55 1 0.26
Hex 0 1 85 64 63 0 30 F0 64 1A
Octal 0 1 205 144 143 0 60 360 144 32
Binary 0 1 10000101 1100100 1100011 0 110000 11110000 1100100 11010

Color Harmonies of #000185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000185

Black with #000185

Text Example


Text Example

White with #000185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000185; }

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

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

background-color css

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

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

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

border-color css

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

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

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