Html Css Color HEX #010756 Midnight Blue

📋 copy color: '#010756'

red 1 ◦ green 7 ◦ blue 86

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

Shades of Midnight Blue #010756

Tints of Midnight Blue #010756

RGB

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

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

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

R = 1.06%
G = 7.45%
B = 91.49%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#010756 (or 0x010756) is known color: Midnight Blue. HEX triplet: 01, 07 and 56. RGB value is (1,7,86). Sum of RGB (Red+Green+Blue) = 1+7+86=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 7 (3.12% from 255 or 7.45% from 94); Blue value is 86 (33.98% from 255 or 91.49% from 94); Max value from RGB is 86 - color contains mainly: blue. Hex color #010756 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010756 is #FEF8A9. Grayscale: #0D0D0D. Windows color (decimal): -16709802 or 5637889. OLE color: 5637889.

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

Color convert

RGB 1 7 86 -
CMYK 0.99 0.92 0 0.66
HSL 235.76º 0.98% 0.17% -
HSV(B) 235.76º 0.99% 0.34% -
XYZ 1.77 0.83 8.87 -
YUV 14.21 168.51 118.58 -
System Red Green Blue C M Y K H S L
Decimal 1 7 86 0.99 0.92 0 0.66 235.76 0.98 0.17
Hex 1 7 56 63 5C 0 42 EC 62 11
Octal 1 7 126 143 134 0 102 354 142 21
Binary 1 111 1010110 1100011 1011100 0 1000010 11101100 1100010 10001

Color Harmonies of #010756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010756

Black with #010756

Text Example


Text Example

White with #010756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010756; }

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

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

background-color css

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

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

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

border-color css

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

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

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