Html Css Color HEX #060994 New Midnight Blue

📋 copy color: '#060994'

red 6 ◦ green 9 ◦ blue 148

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

Shades of New Midnight Blue #060994

Tints of New Midnight Blue #060994

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.52%

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

R = 3.68%
G = 5.52%
B = 90.8%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#060994 (or 0x060994) is known color: New Midnight Blue. HEX triplet: 06, 09 and 94. RGB value is (6,9,148). Sum of RGB (Red+Green+Blue) = 6+9+148=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 148 (58.20% from 255 or 90.80% from 163); Max value from RGB is 148 - color contains mainly: blue. Hex color #060994 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060994 is #F9F66B. Grayscale: #171717. Windows color (decimal): -16381548 or 9701638. OLE color: 9701638.

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

Color convert

RGB 6 9 148 -
CMYK 0.96 0.94 0 0.42
HSL 238.73º 0.92% 0.3% -
HSV(B) 238.73º 0.96% 0.58% -
XYZ 5.52 2.37 28.18 -
YUV 23.95 198.01 115.2 -
System Red Green Blue C M Y K H S L
Decimal 6 9 148 0.96 0.94 0 0.42 238.73 0.92 0.3
Hex 6 9 94 60 5E 0 2A EF 5C 1E
Octal 6 11 224 140 136 0 52 357 134 36
Binary 110 1001 10010100 1100000 1011110 0 101010 11101111 1011100 11110

Color Harmonies of #060994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060994

Black with #060994

Text Example


Text Example

White with #060994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060994; }

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

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

background-color css

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

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

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

border-color css

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

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

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