Html Css Color HEX #010987 Dark Blue

📋 copy color: '#010987'

red 1 ◦ green 9 ◦ blue 135

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

Shades of Dark Blue #010987

Tints of Dark Blue #010987

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.21%

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

R = 0.69%
G = 6.21%
B = 93.1%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#010987 (or 0x010987) is known color: Dark Blue. HEX triplet: 01, 09 and 87. RGB value is (1,9,135). Sum of RGB (Red+Green+Blue) = 1+9+135=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 135 (53.12% from 255 or 93.10% from 145); Max value from RGB is 135 - color contains mainly: blue. Hex color #010987 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010987 is #FEF678. Grayscale: #141414. Windows color (decimal): -16709241 or 8849665. OLE color: 8849665.

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

Color convert

RGB 1 9 135 -
CMYK 0.99 0.93 0 0.47
HSL 236.42º 0.99% 0.27% -
HSV(B) 236.42º 0.99% 0.53% -
XYZ 4.48 1.95 23.06 -
YUV 20.97 192.35 113.75 -
System Red Green Blue C M Y K H S L
Decimal 1 9 135 0.99 0.93 0 0.47 236.42 0.99 0.27
Hex 1 9 87 63 5D 0 2F EC 63 1B
Octal 1 11 207 143 135 0 57 354 143 33
Binary 1 1001 10000111 1100011 1011101 0 101111 11101100 1100011 11011

Color Harmonies of #010987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010987

Black with #010987

Text Example


Text Example

White with #010987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010987; }

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

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

background-color css

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

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

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

border-color css

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

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

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