Html Css Color HEX #0610AC New Midnight Blue

📋 copy color: '#0610AC'

red 6 ◦ green 16 ◦ blue 172

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

Shades of New Midnight Blue #0610AC

Tints of New Midnight Blue #0610AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 88.66%

R = 3.09%
G = 8.25%
B = 88.66%

CMYK

 C value IS 0.97

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0610AC (or 0x0610AC) is known color: New Midnight Blue. HEX triplet: 06, 10 and AC. RGB value is (6,16,172). Sum of RGB (Red+Green+Blue) = 6+16+172=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 172 (67.58% from 255 or 88.66% from 194); Max value from RGB is 172 - color contains mainly: blue. Hex color #0610AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0610AC is #F9EF53. Grayscale: #1E1E1E. Windows color (decimal): -16379732 or 11276294. OLE color: 11276294.

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

Color convert

RGB 6 16 172 -
CMYK 0.97 0.91 0 0.33
HSL 236.39º 0.93% 0.35% -
HSV(B) 236.39º 0.97% 0.67% -
XYZ 7.71 3.39 39.28 -
YUV 30.79 207.69 110.32 -
System Red Green Blue C M Y K H S L
Decimal 6 16 172 0.97 0.91 0 0.33 236.39 0.93 0.35
Hex 6 10 AC 61 5B 0 21 EC 5D 23
Octal 6 20 254 141 133 0 41 354 135 43
Binary 110 10000 10101100 1100001 1011011 0 100001 11101100 1011101 100011

Color Harmonies of #0610AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0610AC

Black with #0610AC

Text Example


Text Example

White with #0610AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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