Html Css Color HEX #010787 Dark Blue

📋 copy color: '#010787'

red 1 ◦ green 7 ◦ blue 135

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

Shades of Dark Blue #010787

Tints of Dark Blue #010787

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.9%

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

R = 0.7%
G = 4.9%
B = 94.41%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#010787 (or 0x010787) is known color: Dark Blue. HEX triplet: 01, 07 and 87. RGB value is (1,7,135). Sum of RGB (Red+Green+Blue) = 1+7+135=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 135 (53.12% from 255 or 94.41% from 143); Max value from RGB is 135 - color contains mainly: blue. Hex color #010787 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010787 is #FEF878. Grayscale: #131313. Windows color (decimal): -16709753 or 8849153. OLE color: 8849153.

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

Color convert

RGB 1 7 135 -
CMYK 0.99 0.95 0 0.47
HSL 237.31º 0.99% 0.27% -
HSV(B) 237.31º 0.99% 0.53% -
XYZ 4.46 1.91 23.05 -
YUV 19.8 193.01 114.59 -
System Red Green Blue C M Y K H S L
Decimal 1 7 135 0.99 0.95 0 0.47 237.31 0.99 0.27
Hex 1 7 87 63 5F 0 2F ED 63 1B
Octal 1 7 207 143 137 0 57 355 143 33
Binary 1 111 10000111 1100011 1011111 0 101111 11101101 1100011 11011

Color Harmonies of #010787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010787

Black with #010787

Text Example


Text Example

White with #010787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010787; }

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

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

background-color css

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

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

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

border-color css

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

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

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