Html Css Color HEX #060756 Midnight Blue

📋 copy color: '#060756'

red 6 ◦ green 7 ◦ blue 86

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

Shades of Midnight Blue #060756

Tints of Midnight Blue #060756

RGB

 RED value IS 6 (2.73% from 255) = 6.06%

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

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

R = 6.06%
G = 7.07%
B = 86.87%

CMYK

 C value IS 0.93

 M value IS 0.92

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#060756 (or 0x060756) is known color: Midnight Blue. HEX triplet: 06, 07 and 56. RGB value is (6,7,86). Sum of RGB (Red+Green+Blue) = 6+7+86=99 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6.06% from 99); Green value is 7 (3.12% from 255 or 7.07% from 99); Blue value is 86 (33.98% from 255 or 86.87% from 99); Max value from RGB is 86 - color contains mainly: blue. Hex color #060756 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060756 is #F9F8A9. Grayscale: #0F0F0F. Windows color (decimal): -16382122 or 5637894. OLE color: 5637894.

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

Color convert

RGB 6 7 86 -
CMYK 0.93 0.92 0 0.66
HSL 239.25º 0.87% 0.18% -
HSV(B) 239.25º 0.93% 0.34% -
XYZ 1.83 0.86 8.87 -
YUV 15.71 167.67 121.08 -
System Red Green Blue C M Y K H S L
Decimal 6 7 86 0.93 0.92 0 0.66 239.25 0.87 0.18
Hex 6 7 56 5D 5C 0 42 EF 57 12
Octal 6 7 126 135 134 0 102 357 127 22
Binary 110 111 1010110 1011101 1011100 0 1000010 11101111 1010111 10010

Color Harmonies of #060756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060756

Black with #060756

Text Example


Text Example

White with #060756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060756; }

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

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

background-color css

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

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

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

border-color css

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

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

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