Html Css Color HEX #0110AC New Midnight Blue

📋 copy color: '#0110AC'

red 1 ◦ green 16 ◦ blue 172

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

Shades of New Midnight Blue #0110AC

Tints of New Midnight Blue #0110AC

RGB

 RED value IS 1 (0.78% from 255) = 0.53%

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

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

R = 0.53%
G = 8.47%
B = 91.01%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0110AC (or 0x0110AC) is known color: New Midnight Blue. HEX triplet: 01, 10 and AC. RGB value is (1,16,172). Sum of RGB (Red+Green+Blue) = 1+16+172=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 172 (67.58% from 255 or 91.01% from 189); Max value from RGB is 172 - color contains mainly: blue. Hex color #0110AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0110AC is #FEEF53. Grayscale: #1C1C1C. Windows color (decimal): -16707412 or 11276289. OLE color: 11276289.

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

Color convert

RGB 1 16 172 -
CMYK 0.99 0.91 0 0.33
HSL 234.74º 0.99% 0.34% -
HSV(B) 234.74º 0.99% 0.67% -
XYZ 7.64 3.36 39.27 -
YUV 29.3 208.53 107.82 -
System Red Green Blue C M Y K H S L
Decimal 1 16 172 0.99 0.91 0 0.33 234.74 0.99 0.34
Hex 1 10 AC 63 5B 0 21 EB 63 22
Octal 1 20 254 143 133 0 41 353 143 42
Binary 1 10000 10101100 1100011 1011011 0 100001 11101011 1100011 100010

Color Harmonies of #0110AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0110AC

Black with #0110AC

Text Example


Text Example

White with #0110AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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