Html Css Color HEX #060099 New Midnight Blue

📋 copy color: '#060099'

red 6 ◦ green 0 ◦ blue 153

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

Shades of New Midnight Blue #060099

Tints of New Midnight Blue #060099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 96.23%

R = 3.77%
G = 0%
B = 96.23%

CMYK

 C value IS 0.96

 M value IS 1

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#060099 (or 0x060099) is known color: New Midnight Blue. HEX triplet: 06, 00 and 99. RGB value is (6,0,153). Sum of RGB (Red+Green+Blue) = 6+0+153=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 153 (60.16% from 255 or 96.23% from 159); Max value from RGB is 153 - color contains mainly: blue. Hex color #060099 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060099 is #F9FF66. Grayscale: #121212. Windows color (decimal): -16383847 or 10027014. OLE color: 10027014.

HSL color Cylindrical-coordinate representation of color #060099: hue angle of 242.35º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #060099 is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 6 0 153 -
CMYK 0.96 1 0 0.4
HSL 242.35º 1% 0.3% -
HSV(B) 242.35º 1% 0.6% -
XYZ 5.82 2.34 30.28 -
YUV 19.24 203.49 118.56 -
System Red Green Blue C M Y K H S L
Decimal 6 0 153 0.96 1 0 0.4 242.35 1 0.3
Hex 6 0 99 60 64 0 28 F2 64 1E
Octal 6 0 231 140 144 0 50 362 144 36
Binary 110 0 10011001 1100000 1100100 0 101000 11110010 1100100 11110

Color Harmonies of #060099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060099

Black with #060099

Text Example


Text Example

White with #060099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060099; }

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

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

background-color css

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

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

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

border-color css

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

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

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