Html Css Color HEX #0512AC New Midnight Blue

📋 copy color: '#0512AC'

red 5 ◦ green 18 ◦ blue 172

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

Shades of New Midnight Blue #0512AC

Tints of New Midnight Blue #0512AC

RGB

 RED value IS 5 (2.34% from 255) = 2.56%

 GREEN value IS 18 (7.42% from 255) = 9.23%

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

R = 2.56%
G = 9.23%
B = 88.21%

CMYK

 C value IS 0.97

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0512AC (or 0x0512AC) is known color: New Midnight Blue. HEX triplet: 05, 12 and AC. RGB value is (5,18,172). Sum of RGB (Red+Green+Blue) = 5+18+172=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 172 (67.58% from 255 or 88.21% from 195); Max value from RGB is 172 - color contains mainly: blue. Hex color #0512AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0512AC is #FAED53. Grayscale: #1F1F1F. Windows color (decimal): -16444756 or 11276805. OLE color: 11276805.

HSL color Cylindrical-coordinate representation of color #0512AC: hue angle of 235.33º degrees, saturation: 0.94, 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 #0512AC is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 18 172 -
CMYK 0.97 0.90 0 0.33
HSL 235.33º 0.94% 0.35% -
HSV(B) 235.33º 0.97% 0.67% -
XYZ 7.73 3.44 39.29 -
YUV 31.67 207.19 108.98 -
System Red Green Blue C M Y K H S L
Decimal 5 18 172 0.97 0.90 0 0.33 235.33 0.94 0.35
Hex 5 12 AC 61 5A 0 21 EB 5E 23
Octal 5 22 254 141 132 0 41 353 136 43
Binary 101 10010 10101100 1100001 1011010 0 100001 11101011 1011110 100011

Color Harmonies of #0512AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0512AC

Black with #0512AC

Text Example


Text Example

White with #0512AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,18,172); }

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

background-color css

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

 a { background-color: rgb(5,18,172); }

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

border-color css

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

 span { border-color: rgb(5,18,172); }

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