Html Css Color HEX #0514AF New Midnight Blue

📋 copy color: '#0514AF'

red 5 ◦ green 20 ◦ blue 175

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

Shades of New Midnight Blue #0514AF

Tints of New Midnight Blue #0514AF

RGB

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

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

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

R = 2.5%
G = 10%
B = 87.5%

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

#0514AF (or 0x0514AF) is known color: New Midnight Blue. HEX triplet: 05, 14 and AF. RGB value is (5,20,175). Sum of RGB (Red+Green+Blue) = 5+20+175=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 175 (68.75% from 255 or 87.5% from 200); Max value from RGB is 175 - color contains mainly: blue. Hex color #0514AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0514AF is #FAEB50. Grayscale: #202020. Windows color (decimal): -16444241 or 11473925. OLE color: 11473925.

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

Color convert

RGB 5 20 175 -
CMYK 0.97 0.89 0 0.31
HSL 234.71º 0.94% 0.35% -
HSV(B) 234.71º 0.97% 0.69% -
XYZ 8.05 3.63 40.83 -
YUV 33.19 208.03 107.9 -
System Red Green Blue C M Y K H S L
Decimal 5 20 175 0.97 0.89 0 0.31 234.71 0.94 0.35
Hex 5 14 AF 61 59 0 1F EB 5E 23
Octal 5 24 257 141 131 0 37 353 136 43
Binary 101 10100 10101111 1100001 1011001 0 11111 11101011 1011110 100011

Color Harmonies of #0514AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0514AF

Black with #0514AF

Text Example


Text Example

White with #0514AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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