Html Css Color HEX #001785 Navy

📋 copy color: '#001785'

red 0 ◦ green 23 ◦ blue 133

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

Shades of Navy #001785

Tints of Navy #001785

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.74%

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

R = 0%
G = 14.74%
B = 85.26%

CMYK

 C value IS 1

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#001785 (or 0x001785) is known color: Navy. HEX triplet: 00, 17 and 85. RGB value is (0,23,133). Sum of RGB (Red+Green+Blue) = 0+23+133=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 133 (52.34% from 255 or 85.26% from 156); Max value from RGB is 133 - color contains mainly: blue. Hex color #001785 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001785 is #FFE87A. Grayscale: #1C1C1C. Windows color (decimal): -16771195 or 8722176. OLE color: 8722176.

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

Color convert

RGB 0 23 133 -
CMYK 1 0.83 0 0.48
HSL 229.62º 1% 0.26% -
HSV(B) 229.62º 1% 0.52% -
XYZ 4.54 2.31 22.4 -
YUV 28.66 186.88 107.56 -
System Red Green Blue C M Y K H S L
Decimal 0 23 133 1 0.83 0 0.48 229.62 1 0.26
Hex 0 17 85 64 53 0 30 E6 64 1A
Octal 0 27 205 144 123 0 60 346 144 32
Binary 0 10111 10000101 1100100 1010011 0 110000 11100110 1100100 11010

Color Harmonies of #001785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001785

Black with #001785

Text Example


Text Example

White with #001785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001785; }

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

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

background-color css

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

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

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

border-color css

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

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

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