Html Css Color HEX #001987 Dark Blue

📋 copy color: '#001987'

red 0 ◦ green 25 ◦ blue 135

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

Shades of Dark Blue #001987

Tints of Dark Blue #001987

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.63%

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

R = 0%
G = 15.63%
B = 84.38%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#001987 (or 0x001987) is known color: Dark Blue. HEX triplet: 00, 19 and 87. RGB value is (0,25,135). Sum of RGB (Red+Green+Blue) = 0+25+135=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 135 (53.12% from 255 or 84.38% from 160); Max value from RGB is 135 - color contains mainly: blue. Hex color #001987 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001987 is #FFE678. Grayscale: #1D1D1D. Windows color (decimal): -16770681 or 8853760. OLE color: 8853760.

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

Color convert

RGB 0 25 135 -
CMYK 1 0.81 0 0.47
HSL 228.89º 1% 0.26% -
HSV(B) 228.89º 1% 0.53% -
XYZ 4.72 2.44 23.14 -
YUV 30.07 187.22 106.56 -
System Red Green Blue C M Y K H S L
Decimal 0 25 135 1 0.81 0 0.47 228.89 1 0.26
Hex 0 19 87 64 51 0 2F E5 64 1A
Octal 0 31 207 144 121 0 57 345 144 32
Binary 0 11001 10000111 1100100 1010001 0 101111 11100101 1100100 11010

Color Harmonies of #001987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001987

Black with #001987

Text Example


Text Example

White with #001987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001987; }

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

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

background-color css

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

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

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

border-color css

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

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

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