Html Css Color HEX #001087 Dark Blue

📋 copy color: '#001087'

red 0 ◦ green 16 ◦ blue 135

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

Shades of Dark Blue #001087

Tints of Dark Blue #001087

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.6%

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

R = 0%
G = 10.6%
B = 89.4%

CMYK

 C value IS 1

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#001087 (or 0x001087) is known color: Dark Blue. HEX triplet: 00, 10 and 87. RGB value is (0,16,135). Sum of RGB (Red+Green+Blue) = 0+16+135=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 135 (53.12% from 255 or 89.40% from 151); Max value from RGB is 135 - color contains mainly: blue. Hex color #001087 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001087 is #FFEF78. Grayscale: #181818. Windows color (decimal): -16772985 or 8851456. OLE color: 8851456.

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

Color convert

RGB 0 16 135 -
CMYK 1 0.88 0 0.47
HSL 232.89º 1% 0.26% -
HSV(B) 232.89º 1% 0.53% -
XYZ 4.56 2.12 23.09 -
YUV 24.78 190.2 110.32 -
System Red Green Blue C M Y K H S L
Decimal 0 16 135 1 0.88 0 0.47 232.89 1 0.26
Hex 0 10 87 64 58 0 2F E9 64 1A
Octal 0 20 207 144 130 0 57 351 144 32
Binary 0 10000 10000111 1100100 1011000 0 101111 11101001 1100100 11010

Color Harmonies of #001087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001087

Black with #001087

Text Example


Text Example

White with #001087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001087; }

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

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

background-color css

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

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

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

border-color css

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

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

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