Html Css Color HEX #0506AC New Midnight Blue

📋 copy color: '#0506AC'

red 5 ◦ green 6 ◦ blue 172

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

Shades of New Midnight Blue #0506AC

Tints of New Midnight Blue #0506AC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.28%

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

R = 2.73%
G = 3.28%
B = 93.99%

CMYK

 C value IS 0.97

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0506AC (or 0x0506AC) is known color: New Midnight Blue. HEX triplet: 05, 06 and AC. RGB value is (5,6,172). Sum of RGB (Red+Green+Blue) = 5+6+172=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 172 (67.58% from 255 or 93.99% from 183); Max value from RGB is 172 - color contains mainly: blue. Hex color #0506AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0506AC is #FAF953. Grayscale: #171717. Windows color (decimal): -16447828 or 11273733. OLE color: 11273733.

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

Color convert

RGB 5 6 172 -
CMYK 0.97 0.97 0 0.33
HSL 239.64º 0.94% 0.35% -
HSV(B) 239.64º 0.97% 0.67% -
XYZ 7.57 3.14 39.24 -
YUV 24.63 211.17 114 -
System Red Green Blue C M Y K H S L
Decimal 5 6 172 0.97 0.97 0 0.33 239.64 0.94 0.35
Hex 5 6 AC 61 61 0 21 F0 5E 23
Octal 5 6 254 141 141 0 41 360 136 43
Binary 101 110 10101100 1100001 1100001 0 100001 11110000 1011110 100011

Color Harmonies of #0506AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0506AC

Black with #0506AC

Text Example


Text Example

White with #0506AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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