Html Css Color HEX #0513AF New Midnight Blue

📋 copy color: '#0513AF'

red 5 ◦ green 19 ◦ blue 175

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

Shades of New Midnight Blue #0513AF

Tints of New Midnight Blue #0513AF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.55%

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

R = 2.51%
G = 9.55%
B = 87.94%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0513AF (or 0x0513AF) is known color: New Midnight Blue. HEX triplet: 05, 13 and AF. RGB value is (5,19,175). Sum of RGB (Red+Green+Blue) = 5+19+175=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 175 (68.75% from 255 or 87.94% from 199); Max value from RGB is 175 - color contains mainly: blue. Hex color #0513AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0513AF is #FAEC50. Grayscale: #1F1F1F. Windows color (decimal): -16444497 or 11473669. OLE color: 11473669.

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

Color convert

RGB 5 19 175 -
CMYK 0.97 0.89 0 0.31
HSL 235.06º 0.94% 0.35% -
HSV(B) 235.06º 0.97% 0.69% -
XYZ 8.03 3.59 40.83 -
YUV 32.6 208.36 108.32 -
System Red Green Blue C M Y K H S L
Decimal 5 19 175 0.97 0.89 0 0.31 235.06 0.94 0.35
Hex 5 13 AF 61 59 0 1F EB 5E 23
Octal 5 23 257 141 131 0 37 353 136 43
Binary 101 10011 10101111 1100001 1011001 0 11111 11101011 1011110 100011

Color Harmonies of #0513AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0513AF

Black with #0513AF

Text Example


Text Example

White with #0513AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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