Html Css Color HEX #001786 Dark Blue

📋 copy color: '#001786'

red 0 ◦ green 23 ◦ blue 134

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

Shades of Dark Blue #001786

Tints of Dark Blue #001786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 85.35%

R = 0%
G = 14.65%
B = 85.35%

CMYK

 C value IS 1

 M value IS 0.83

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#001786 (or 0x001786) is known color: Dark Blue. HEX triplet: 00, 17 and 86. RGB value is (0,23,134). Sum of RGB (Red+Green+Blue) = 0+23+134=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 134 (52.73% from 255 or 85.35% from 157); Max value from RGB is 134 - color contains mainly: blue. Hex color #001786 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001786 is #FFE879. Grayscale: #1C1C1C. Windows color (decimal): -16771194 or 8787712. OLE color: 8787712.

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

Color convert

RGB 0 23 134 -
CMYK 1 0.83 0 0.47
HSL 229.7º 1% 0.26% -
HSV(B) 229.7º 1% 0.53% -
XYZ 4.61 2.33 22.76 -
YUV 28.78 187.38 107.47 -
System Red Green Blue C M Y K H S L
Decimal 0 23 134 1 0.83 0 0.47 229.7 1 0.26
Hex 0 17 86 64 53 0 2F E6 64 1A
Octal 0 27 206 144 123 0 57 346 144 32
Binary 0 10111 10000110 1100100 1010011 0 101111 11100110 1100100 11010

Color Harmonies of #001786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001786

Black with #001786

Text Example


Text Example

White with #001786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001786; }

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

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

background-color css

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

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

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

border-color css

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

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

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