Html Css Color HEX #060055 Midnight Blue

📋 copy color: '#060055'

red 6 ◦ green 0 ◦ blue 85

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

Shades of Midnight Blue #060055

Tints of Midnight Blue #060055

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 6.59%
G = 0%
B = 93.41%

CMYK

 C value IS 0.93

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#060055 (or 0x060055) is known color: Midnight Blue. HEX triplet: 06, 00 and 55. RGB value is (6,0,85). Sum of RGB (Red+Green+Blue) = 6+0+85=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 85 (33.59% from 255 or 93.41% from 91); Max value from RGB is 85 - color contains mainly: blue. Hex color #060055 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060055 is #F9FFAA. Grayscale: #0B0B0B. Windows color (decimal): -16383915 or 5570566. OLE color: 5570566.

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

Color convert

RGB 6 0 85 -
CMYK 0.93 1 0 0.67
HSL 244.24º 1% 0.17% -
HSV(B) 244.24º 1% 0.33% -
XYZ 1.71 0.69 8.64 -
YUV 11.48 169.49 124.09 -
System Red Green Blue C M Y K H S L
Decimal 6 0 85 0.93 1 0 0.67 244.24 1 0.17
Hex 6 0 55 5D 64 0 43 F4 64 11
Octal 6 0 125 135 144 0 103 364 144 21
Binary 110 0 1010101 1011101 1100100 0 1000011 11110100 1100100 10001

Color Harmonies of #060055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060055

Black with #060055

Text Example


Text Example

White with #060055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060055; }

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

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

background-color css

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

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

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

border-color css

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

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

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