Html Css Color HEX #010687 Dark Blue

📋 copy color: '#010687'

red 1 ◦ green 6 ◦ blue 135

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

Shades of Dark Blue #010687

Tints of Dark Blue #010687

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.23%

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

R = 0.7%
G = 4.23%
B = 95.07%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#010687 (or 0x010687) is known color: Dark Blue. HEX triplet: 01, 06 and 87. RGB value is (1,6,135). Sum of RGB (Red+Green+Blue) = 1+6+135=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 6 (2.73% from 255 or 4.23% from 142); Blue value is 135 (53.12% from 255 or 95.07% from 142); Max value from RGB is 135 - color contains mainly: blue. Hex color #010687 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010687 is #FEF978. Grayscale: #121212. Windows color (decimal): -16710009 or 8848897. OLE color: 8848897.

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

Color convert

RGB 1 6 135 -
CMYK 0.99 0.96 0 0.47
HSL 237.76º 0.99% 0.27% -
HSV(B) 237.76º 0.99% 0.53% -
XYZ 4.45 1.89 23.05 -
YUV 19.21 193.34 115.01 -
System Red Green Blue C M Y K H S L
Decimal 1 6 135 0.99 0.96 0 0.47 237.76 0.99 0.27
Hex 1 6 87 63 60 0 2F EE 63 1B
Octal 1 6 207 143 140 0 57 356 143 33
Binary 1 110 10000111 1100011 1100000 0 101111 11101110 1100011 11011

Color Harmonies of #010687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010687

Black with #010687

Text Example


Text Example

White with #010687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010687; }

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

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

background-color css

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

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

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

border-color css

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

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

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