Html Css Color HEX #060755 Midnight Blue

📋 copy color: '#060755'

red 6 ◦ green 7 ◦ blue 85

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

Shades of Midnight Blue #060755

Tints of Midnight Blue #060755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 86.73%

R = 6.12%
G = 7.14%
B = 86.73%

CMYK

 C value IS 0.93

 M value IS 0.92

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#060755 (or 0x060755) is known color: Midnight Blue. HEX triplet: 06, 07 and 55. RGB value is (6,7,85). Sum of RGB (Red+Green+Blue) = 6+7+85=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 7 (3.12% from 255 or 7.14% from 98); Blue value is 85 (33.59% from 255 or 86.73% from 98); Max value from RGB is 85 - color contains mainly: blue. Hex color #060755 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060755 is #F9F8AA. Grayscale: #0F0F0F. Windows color (decimal): -16382123 or 5572358. OLE color: 5572358.

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

Color convert

RGB 6 7 85 -
CMYK 0.93 0.92 0 0.67
HSL 239.24º 0.87% 0.18% -
HSV(B) 239.24º 0.93% 0.33% -
XYZ 1.79 0.85 8.66 -
YUV 15.59 167.17 121.16 -
System Red Green Blue C M Y K H S L
Decimal 6 7 85 0.93 0.92 0 0.67 239.24 0.87 0.18
Hex 6 7 55 5D 5C 0 43 EF 57 12
Octal 6 7 125 135 134 0 103 357 127 22
Binary 110 111 1010101 1011101 1011100 0 1000011 11101111 1010111 10010

Color Harmonies of #060755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060755

Black with #060755

Text Example


Text Example

White with #060755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060755; }

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

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

background-color css

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

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

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

border-color css

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

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

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