Html Css Color HEX #0504AF New Midnight Blue

📋 copy color: '#0504AF'

red 5 ◦ green 4 ◦ blue 175

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

Shades of New Midnight Blue #0504AF

Tints of New Midnight Blue #0504AF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.17%

 BLUE value IS 175 (68.75% from 255) = 95.11%

R = 2.72%
G = 2.17%
B = 95.11%

CMYK

 C value IS 0.97

 M value IS 0.98

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0504AF (or 0x0504AF) is known color: New Midnight Blue. HEX triplet: 05, 04 and AF. RGB value is (5,4,175). Sum of RGB (Red+Green+Blue) = 5+4+175=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 175 (68.75% from 255 or 95.11% from 184); Max value from RGB is 175 - color contains mainly: blue. Hex color #0504AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0504AF is #FAFB50. Grayscale: #171717. Windows color (decimal): -16448337 or 11469829. OLE color: 11469829.

HSL color Cylindrical-coordinate representation of color #0504AF: hue angle of 240.35º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0504AF is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 5 4 175 -
CMYK 0.97 0.98 0 0.31
HSL 240.35º 0.96% 0.35% -
HSV(B) 240.35º 0.98% 0.69% -
XYZ 7.84 3.21 40.76 -
YUV 23.79 213.33 114.6 -
System Red Green Blue C M Y K H S L
Decimal 5 4 175 0.97 0.98 0 0.31 240.35 0.96 0.35
Hex 5 4 AF 61 62 0 1F F0 60 23
Octal 5 4 257 141 142 0 37 360 140 43
Binary 101 100 10101111 1100001 1100010 0 11111 11110000 1100000 100011

Color Harmonies of #0504AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0504AF

Black with #0504AF

Text Example


Text Example

White with #0504AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0504AF; }

 p { color: rgb(5,4,175); }

 H1.HeaderClassName
 {
   color: #0504AF;
 }
 .AnyTagClassName
 {
   color: #0504AF;
 }
</style>

background-color css

<style>
 a { background-color: #0504AF; }

 a { background-color: rgb(5,4,175); }

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

border-color css

<style>
 span { border-color: #0504AF; }

 span { border-color: rgb(5,4,175); }

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