Html Css Color HEX #060AA6 New Midnight Blue

📋 copy color: '#060AA6'

red 6 ◦ green 10 ◦ blue 166

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

Shades of New Midnight Blue #060AA6

Tints of New Midnight Blue #060AA6

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.49%

 BLUE value IS 166 (65.23% from 255) = 91.21%

R = 3.3%
G = 5.49%
B = 91.21%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#060AA6 (or 0x060AA6) is known color: New Midnight Blue. HEX triplet: 06, 0A and A6. RGB value is (6,10,166). Sum of RGB (Red+Green+Blue) = 6+10+166=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 10 (4.30% from 255 or 5.49% from 182); Blue value is 166 (65.23% from 255 or 91.21% from 182); Max value from RGB is 166 - color contains mainly: blue. Hex color #060AA6 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060AA6 is #F9F559. Grayscale: #191919. Windows color (decimal): -16381274 or 10881542. OLE color: 10881542.

HSL color Cylindrical-coordinate representation of color #060AA6: hue angle of 238.5º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060AA6 is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 6 10 166 -
CMYK 0.96 0.94 0 0.35
HSL 238.5º 0.93% 0.34% -
HSV(B) 238.5º 0.96% 0.65% -
XYZ 7.07 3.01 36.28 -
YUV 26.59 206.67 113.32 -
System Red Green Blue C M Y K H S L
Decimal 6 10 166 0.96 0.94 0 0.35 238.5 0.93 0.34
Hex 6 A A6 60 5E 0 23 EE 5D 22
Octal 6 12 246 140 136 0 43 356 135 42
Binary 110 1010 10100110 1100000 1011110 0 100011 11101110 1011101 100010

Color Harmonies of #060AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060AA6

Black with #060AA6

Text Example


Text Example

White with #060AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060AA6; }

 p { color: rgb(6,10,166); }

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

background-color css

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

 a { background-color: rgb(6,10,166); }

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

border-color css

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

 span { border-color: rgb(6,10,166); }

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