Html Css Color HEX #001687 Dark Blue

📋 copy color: '#001687'

red 0 ◦ green 22 ◦ blue 135

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

Shades of Dark Blue #001687

Tints of Dark Blue #001687

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.01%

 BLUE value IS 135 (53.13% from 255) = 85.99%

R = 0%
G = 14.01%
B = 85.99%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#001687 (or 0x001687) is known color: Dark Blue. HEX triplet: 00, 16 and 87. RGB value is (0,22,135). Sum of RGB (Red+Green+Blue) = 0+22+135=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 135 (53.12% from 255 or 85.99% from 157); Max value from RGB is 135 - color contains mainly: blue. Hex color #001687 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001687 is #FFE978. Grayscale: #1B1B1B. Windows color (decimal): -16771449 or 8852992. OLE color: 8852992.

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

Color convert

RGB 0 22 135 -
CMYK 1 0.84 0 0.47
HSL 230.22º 1% 0.26% -
HSV(B) 230.22º 1% 0.53% -
XYZ 4.66 2.32 23.12 -
YUV 28.3 188.21 107.81 -
System Red Green Blue C M Y K H S L
Decimal 0 22 135 1 0.84 0 0.47 230.22 1 0.26
Hex 0 16 87 64 54 0 2F E6 64 1A
Octal 0 26 207 144 124 0 57 346 144 32
Binary 0 10110 10000111 1100100 1010100 0 101111 11100110 1100100 11010

Color Harmonies of #001687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001687

Black with #001687

Text Example


Text Example

White with #001687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001687; }

 p { color: rgb(0,22,135); }

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

background-color css

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

 a { background-color: rgb(0,22,135); }

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

border-color css

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

 span { border-color: rgb(0,22,135); }

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