Html Css Color HEX #06005A Midnight Blue

📋 copy color: '#06005A'

red 6 ◦ green 0 ◦ blue 90

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

Shades of Midnight Blue #06005A

Tints of Midnight Blue #06005A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 93.75%

R = 6.25%
G = 0%
B = 93.75%

CMYK

 C value IS 0.93

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#06005A (or 0x06005A) is known color: Midnight Blue. HEX triplet: 06, 00 and 5A. RGB value is (6,0,90). Sum of RGB (Red+Green+Blue) = 6+0+90=96 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.25% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 90 (35.55% from 255 or 93.75% from 96); Max value from RGB is 90 - color contains mainly: blue. Hex color #06005A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06005A is #F9FFA5. Grayscale: #0B0B0B. Windows color (decimal): -16383910 or 5898246. OLE color: 5898246.

HSL color Cylindrical-coordinate representation of color #06005A: hue angle of 244º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #06005A is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 0 90 -
CMYK 0.93 1 0 0.65
HSL 244º 1% 0.18% -
HSV(B) 244º 1% 0.35% -
XYZ 1.92 0.78 9.72 -
YUV 12.05 171.99 123.68 -
System Red Green Blue C M Y K H S L
Decimal 6 0 90 0.93 1 0 0.65 244 1 0.18
Hex 6 0 5A 5D 64 0 41 F4 64 12
Octal 6 0 132 135 144 0 101 364 144 22
Binary 110 0 1011010 1011101 1100100 0 1000001 11110100 1100100 10010

Color Harmonies of #06005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06005A

Black with #06005A

Text Example


Text Example

White with #06005A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06005A; }

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

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

background-color css

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

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

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

border-color css

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

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

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