Html Css Color HEX #010788 Dark Blue

📋 copy color: '#010788'

red 1 ◦ green 7 ◦ blue 136

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

Shades of Dark Blue #010788

Tints of Dark Blue #010788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 94.44%

R = 0.69%
G = 4.86%
B = 94.44%

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

#010788 (or 0x010788) is known color: Dark Blue. HEX triplet: 01, 07 and 88. RGB value is (1,7,136). Sum of RGB (Red+Green+Blue) = 1+7+136=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 136 (53.52% from 255 or 94.44% from 144); Max value from RGB is 136 - color contains mainly: blue. Hex color #010788 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010788 is #FEF877. Grayscale: #131313. Windows color (decimal): -16709752 or 8914689. OLE color: 8914689.

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

Color convert

RGB 1 7 136 -
CMYK 0.99 0.95 0 0.47
HSL 237.33º 0.99% 0.27% -
HSV(B) 237.33º 0.99% 0.53% -
XYZ 4.53 1.94 23.43 -
YUV 19.91 193.51 114.51 -
System Red Green Blue C M Y K H S L
Decimal 1 7 136 0.99 0.95 0 0.47 237.33 0.99 0.27
Hex 1 7 88 63 5F 0 2F ED 63 1B
Octal 1 7 210 143 137 0 57 355 143 33
Binary 1 111 10001000 1100011 1011111 0 101111 11101101 1100011 11011

Color Harmonies of #010788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010788

Black with #010788

Text Example


Text Example

White with #010788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010788; }

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

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

background-color css

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

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

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

border-color css

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

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

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