Html Css Color HEX #010688 Dark Blue

📋 copy color: '#010688'

red 1 ◦ green 6 ◦ blue 136

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

Shades of Dark Blue #010688

Tints of Dark Blue #010688

RGB

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

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

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

R = 0.7%
G = 4.2%
B = 95.1%

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

#010688 (or 0x010688) is known color: Dark Blue. HEX triplet: 01, 06 and 88. RGB value is (1,6,136). Sum of RGB (Red+Green+Blue) = 1+6+136=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 136 (53.52% from 255 or 95.10% from 143); Max value from RGB is 136 - color contains mainly: blue. Hex color #010688 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010688 is #FEF977. Grayscale: #121212. Windows color (decimal): -16710008 or 8914433. OLE color: 8914433.

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

Color convert

RGB 1 6 136 -
CMYK 0.99 0.96 0 0.47
HSL 237.78º 0.99% 0.27% -
HSV(B) 237.78º 0.99% 0.53% -
XYZ 4.52 1.91 23.42 -
YUV 19.33 193.84 114.93 -
System Red Green Blue C M Y K H S L
Decimal 1 6 136 0.99 0.96 0 0.47 237.78 0.99 0.27
Hex 1 6 88 63 60 0 2F EE 63 1B
Octal 1 6 210 143 140 0 57 356 143 33
Binary 1 110 10001000 1100011 1100000 0 101111 11101110 1100011 11011

Color Harmonies of #010688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010688

Black with #010688

Text Example


Text Example

White with #010688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010688; }

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

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

background-color css

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

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

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

border-color css

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

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

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