Html Css Color HEX #060050 Midnight Blue

📋 copy color: '#060050'

red 6 ◦ green 0 ◦ blue 80

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

Shades of Midnight Blue #060050

Tints of Midnight Blue #060050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 93.02%

R = 6.98%
G = 0%
B = 93.02%

CMYK

 C value IS 0.92

 M value IS 1

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#060050 (or 0x060050) is known color: Midnight Blue. HEX triplet: 06, 00 and 50. RGB value is (6,0,80). Sum of RGB (Red+Green+Blue) = 6+0+80=86 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.98% from 86); Green value is 0 (0.39% from 255 or 0% from 86); Blue value is 80 (31.64% from 255 or 93.02% from 86); Max value from RGB is 80 - color contains mainly: blue. Hex color #060050 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060050 is #F9FFAF. Grayscale: #0A0A0A. Windows color (decimal): -16383920 or 5242886. OLE color: 5242886.

HSL color Cylindrical-coordinate representation of color #060050: hue angle of 244.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #060050 is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 0 80 -
CMYK 0.92 1 0 0.69
HSL 244.5º 1% 0.16% -
HSV(B) 244.5º 1% 0.31% -
XYZ 1.52 0.62 7.63 -
YUV 10.91 166.99 124.5 -
System Red Green Blue C M Y K H S L
Decimal 6 0 80 0.92 1 0 0.69 244.5 1 0.16
Hex 6 0 50 5C 64 0 45 F4 64 10
Octal 6 0 120 134 144 0 105 364 144 20
Binary 110 0 1010000 1011100 1100100 0 1000101 11110100 1100100 10000

Color Harmonies of #060050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060050

Black with #060050

Text Example


Text Example

White with #060050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060050; }

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

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

background-color css

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

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

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

border-color css

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

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

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