Html Css Color HEX #0513AB New Midnight Blue

📋 copy color: '#0513AB'

red 5 ◦ green 19 ◦ blue 171

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

Shades of New Midnight Blue #0513AB

Tints of New Midnight Blue #0513AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 87.69%

R = 2.56%
G = 9.74%
B = 87.69%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0513AB (or 0x0513AB) is known color: New Midnight Blue. HEX triplet: 05, 13 and AB. RGB value is (5,19,171). Sum of RGB (Red+Green+Blue) = 5+19+171=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 171 (67.19% from 255 or 87.69% from 195); Max value from RGB is 171 - color contains mainly: blue. Hex color #0513AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0513AB is #FAEC54. Grayscale: #1F1F1F. Windows color (decimal): -16444501 or 11211525. OLE color: 11211525.

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

Color convert

RGB 5 19 171 -
CMYK 0.97 0.89 0 0.33
HSL 234.94º 0.94% 0.35% -
HSV(B) 234.94º 0.97% 0.67% -
XYZ 7.65 3.44 38.79 -
YUV 32.14 206.36 108.64 -
System Red Green Blue C M Y K H S L
Decimal 5 19 171 0.97 0.89 0 0.33 234.94 0.94 0.35
Hex 5 13 AB 61 59 0 21 EB 5E 23
Octal 5 23 253 141 131 0 41 353 136 43
Binary 101 10011 10101011 1100001 1011001 0 100001 11101011 1011110 100011

Color Harmonies of #0513AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0513AB

Black with #0513AB

Text Example


Text Example

White with #0513AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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