Html Css Color HEX #000187 Dark Blue

📋 copy color: '#000187'

red 0 ◦ green 1 ◦ blue 135

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

Shades of Dark Blue #000187

Tints of Dark Blue #000187

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.74%

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

R = 0%
G = 0.74%
B = 99.26%

CMYK

 C value IS 1

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#000187 (or 0x000187) is known color: Dark Blue. HEX triplet: 00, 01 and 87. RGB value is (0,1,135). Sum of RGB (Red+Green+Blue) = 0+1+135=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 135 (53.12% from 255 or 99.26% from 136); Max value from RGB is 135 - color contains mainly: blue. Hex color #000187 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000187 is #FFFE78. Grayscale: #0F0F0F. Windows color (decimal): -16776825 or 8847616. OLE color: 8847616.

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

Color convert

RGB 0 1 135 -
CMYK 1 0.99 0 0.47
HSL 239.56º 1% 0.26% -
HSV(B) 239.56º 1% 0.53% -
XYZ 4.38 1.77 23.03 -
YUV 15.98 195.17 116.6 -
System Red Green Blue C M Y K H S L
Decimal 0 1 135 1 0.99 0 0.47 239.56 1 0.26
Hex 0 1 87 64 63 0 2F F0 64 1A
Octal 0 1 207 144 143 0 57 360 144 32
Binary 0 1 10000111 1100100 1100011 0 101111 11110000 1100100 11010

Color Harmonies of #000187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000187

Black with #000187

Text Example


Text Example

White with #000187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000187; }

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

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

background-color css

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

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

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

border-color css

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

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

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