Html Css Color HEX #010887 Dark Blue

📋 copy color: '#010887'

red 1 ◦ green 8 ◦ blue 135

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

Shades of Dark Blue #010887

Tints of Dark Blue #010887

RGB

 RED value IS 1 (0.78% from 255) = 0.69%

 GREEN value IS 8 (3.52% from 255) = 5.56%

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

R = 0.69%
G = 5.56%
B = 93.75%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#010887 (or 0x010887) is known color: Dark Blue. HEX triplet: 01, 08 and 87. RGB value is (1,8,135). Sum of RGB (Red+Green+Blue) = 1+8+135=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 135 (53.12% from 255 or 93.75% from 144); Max value from RGB is 135 - color contains mainly: blue. Hex color #010887 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010887 is #FEF778. Grayscale: #131313. Windows color (decimal): -16709497 or 8849409. OLE color: 8849409.

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

Color convert

RGB 1 8 135 -
CMYK 0.99 0.94 0 0.47
HSL 236.87º 0.99% 0.27% -
HSV(B) 236.87º 0.99% 0.53% -
XYZ 4.47 1.93 23.06 -
YUV 20.39 192.68 114.17 -
System Red Green Blue C M Y K H S L
Decimal 1 8 135 0.99 0.94 0 0.47 236.87 0.99 0.27
Hex 1 8 87 63 5E 0 2F ED 63 1B
Octal 1 10 207 143 136 0 57 355 143 33
Binary 1 1000 10000111 1100011 1011110 0 101111 11101101 1100011 11011

Color Harmonies of #010887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010887

Black with #010887

Text Example


Text Example

White with #010887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010887; }

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

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

background-color css

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

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

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

border-color css

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

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

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