Html Css Color HEX #0511AC New Midnight Blue

📋 copy color: '#0511AC'

red 5 ◦ green 17 ◦ blue 172

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

Shades of New Midnight Blue #0511AC

Tints of New Midnight Blue #0511AC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.76%

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

R = 2.58%
G = 8.76%
B = 88.66%

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

#0511AC (or 0x0511AC) is known color: New Midnight Blue. HEX triplet: 05, 11 and AC. RGB value is (5,17,172). Sum of RGB (Red+Green+Blue) = 5+17+172=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 17 (7.03% from 255 or 8.76% 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 #0511AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0511AC is #FAEE53. Grayscale: #1E1E1E. Windows color (decimal): -16445012 or 11276549. OLE color: 11276549.

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

Color convert

RGB 5 17 172 -
CMYK 0.97 0.90 0 0.33
HSL 235.69º 0.94% 0.35% -
HSV(B) 235.69º 0.97% 0.67% -
XYZ 7.71 3.41 39.28 -
YUV 31.08 207.52 109.4 -
System Red Green Blue C M Y K H S L
Decimal 5 17 172 0.97 0.90 0 0.33 235.69 0.94 0.35
Hex 5 11 AC 61 5A 0 21 EC 5E 23
Octal 5 21 254 141 132 0 41 354 136 43
Binary 101 10001 10101100 1100001 1011010 0 100001 11101100 1011110 100011

Color Harmonies of #0511AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0511AC

Black with #0511AC

Text Example


Text Example

White with #0511AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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