Html Css Color HEX #010656 Midnight Blue

📋 copy color: '#010656'

red 1 ◦ green 6 ◦ blue 86

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

Shades of Midnight Blue #010656

Tints of Midnight Blue #010656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 92.47%

R = 1.08%
G = 6.45%
B = 92.47%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#010656 (or 0x010656) is known color: Midnight Blue. HEX triplet: 01, 06 and 56. RGB value is (1,6,86). Sum of RGB (Red+Green+Blue) = 1+6+86=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 6 (2.73% from 255 or 6.45% from 93); Blue value is 86 (33.98% from 255 or 92.47% from 93); Max value from RGB is 86 - color contains mainly: blue. Hex color #010656 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010656 is #FEF9A9. Grayscale: #0D0D0D. Windows color (decimal): -16710058 or 5637633. OLE color: 5637633.

HSL color Cylindrical-coordinate representation of color #010656: hue angle of 236.47º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010656 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 1 6 86 -
CMYK 0.99 0.93 0 0.66
HSL 236.47º 0.98% 0.17% -
HSV(B) 236.47º 0.99% 0.34% -
XYZ 1.76 0.81 8.87 -
YUV 13.63 168.84 119 -
System Red Green Blue C M Y K H S L
Decimal 1 6 86 0.99 0.93 0 0.66 236.47 0.98 0.17
Hex 1 6 56 63 5D 0 42 EC 62 11
Octal 1 6 126 143 135 0 102 354 142 21
Binary 1 110 1010110 1100011 1011101 0 1000010 11101100 1100010 10001

Color Harmonies of #010656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010656

Black with #010656

Text Example


Text Example

White with #010656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010656; }

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

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

background-color css

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

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

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

border-color css

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

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

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