Html Css Color HEX #0610AA New Midnight Blue

📋 copy color: '#0610AA'

red 6 ◦ green 16 ◦ blue 170

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

Shades of New Midnight Blue #0610AA

Tints of New Midnight Blue #0610AA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.33%

 BLUE value IS 170 (66.8% from 255) = 88.54%

R = 3.13%
G = 8.33%
B = 88.54%

CMYK

 C value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0610AA (or 0x0610AA) is known color: New Midnight Blue. HEX triplet: 06, 10 and AA. RGB value is (6,16,170). Sum of RGB (Red+Green+Blue) = 6+16+170=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 170 (66.80% from 255 or 88.54% from 192); Max value from RGB is 170 - color contains mainly: blue. Hex color #0610AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0610AA is #F9EF55. Grayscale: #1D1D1D. Windows color (decimal): -16379734 or 11145222. OLE color: 11145222.

HSL color Cylindrical-coordinate representation of color #0610AA: hue angle of 236.34º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0610AA is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 16 170 -
CMYK 0.96 0.91 0 0.33
HSL 236.34º 0.93% 0.35% -
HSV(B) 236.34º 0.96% 0.67% -
XYZ 7.52 3.31 38.27 -
YUV 30.57 206.69 110.48 -
System Red Green Blue C M Y K H S L
Decimal 6 16 170 0.96 0.91 0 0.33 236.34 0.93 0.35
Hex 6 10 AA 60 5B 0 21 EC 5D 23
Octal 6 20 252 140 133 0 41 354 135 43
Binary 110 10000 10101010 1100000 1011011 0 100001 11101100 1011101 100011

Color Harmonies of #0610AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0610AA

Black with #0610AA

Text Example


Text Example

White with #0610AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0610AA; }

 p { color: rgb(6,16,170); }

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

background-color css

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

 a { background-color: rgb(6,16,170); }

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

border-color css

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

 span { border-color: rgb(6,16,170); }

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