Html Css Color HEX #060594 New Midnight Blue

📋 copy color: '#060594'

red 6 ◦ green 5 ◦ blue 148

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

Shades of New Midnight Blue #060594

Tints of New Midnight Blue #060594

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.14%

 BLUE value IS 148 (58.2% from 255) = 93.08%

R = 3.77%
G = 3.14%
B = 93.08%

CMYK

 C value IS 0.96

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#060594 (or 0x060594) is known color: New Midnight Blue. HEX triplet: 06, 05 and 94. RGB value is (6,5,148). Sum of RGB (Red+Green+Blue) = 6+5+148=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 148 (58.20% from 255 or 93.08% from 159); Max value from RGB is 148 - color contains mainly: blue. Hex color #060594 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060594 is #F9FA6B. Grayscale: #151515. Windows color (decimal): -16382572 or 9700614. OLE color: 9700614.

HSL color Cylindrical-coordinate representation of color #060594: hue angle of 240.42º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060594 is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 5 148 -
CMYK 0.96 0.97 0 0.42
HSL 240.42º 0.93% 0.3% -
HSV(B) 240.42º 0.97% 0.58% -
XYZ 5.47 2.29 28.17 -
YUV 21.6 199.33 116.87 -
System Red Green Blue C M Y K H S L
Decimal 6 5 148 0.96 0.97 0 0.42 240.42 0.93 0.3
Hex 6 5 94 60 61 0 2A F0 5D 1E
Octal 6 5 224 140 141 0 52 360 135 36
Binary 110 101 10010100 1100000 1100001 0 101010 11110000 1011101 11110

Color Harmonies of #060594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060594

Black with #060594

Text Example


Text Example

White with #060594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060594; }

 p { color: rgb(6,5,148); }

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

background-color css

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

 a { background-color: rgb(6,5,148); }

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

border-color css

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

 span { border-color: rgb(6,5,148); }

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