Html Css Color HEX #0514AB New Midnight Blue

📋 copy color: '#0514AB'

red 5 ◦ green 20 ◦ blue 171

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

Shades of New Midnight Blue #0514AB

Tints of New Midnight Blue #0514AB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.2%

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

R = 2.55%
G = 10.2%
B = 87.24%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0514AB (or 0x0514AB) is known color: New Midnight Blue. HEX triplet: 05, 14 and AB. RGB value is (5,20,171). Sum of RGB (Red+Green+Blue) = 5+20+171=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 171 (67.19% from 255 or 87.24% from 196); Max value from RGB is 171 - color contains mainly: blue. Hex color #0514AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0514AB is #FAEB54. Grayscale: #202020. Windows color (decimal): -16444245 or 11211781. OLE color: 11211781.

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

Color convert

RGB 5 20 171 -
CMYK 0.97 0.88 0 0.33
HSL 234.58º 0.94% 0.35% -
HSV(B) 234.58º 0.97% 0.67% -
XYZ 7.66 3.47 38.79 -
YUV 32.73 206.03 108.22 -
System Red Green Blue C M Y K H S L
Decimal 5 20 171 0.97 0.88 0 0.33 234.58 0.94 0.35
Hex 5 14 AB 61 58 0 21 EB 5E 23
Octal 5 24 253 141 130 0 41 353 136 43
Binary 101 10100 10101011 1100001 1011000 0 100001 11101011 1011110 100011

Color Harmonies of #0514AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0514AB

Black with #0514AB

Text Example


Text Example

White with #0514AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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