Html Css Color HEX #0510AB New Midnight Blue

📋 copy color: '#0510AB'

red 5 ◦ green 16 ◦ blue 171

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

Shades of New Midnight Blue #0510AB

Tints of New Midnight Blue #0510AB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.33%

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

R = 2.6%
G = 8.33%
B = 89.06%

CMYK

 C value IS 0.97

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0510AB (or 0x0510AB) is known color: New Midnight Blue. HEX triplet: 05, 10 and AB. RGB value is (5,16,171). Sum of RGB (Red+Green+Blue) = 5+16+171=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 171 (67.19% from 255 or 89.06% from 192); Max value from RGB is 171 - color contains mainly: blue. Hex color #0510AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0510AB is #FAEF54. Grayscale: #1D1D1D. Windows color (decimal): -16445269 or 11210757. OLE color: 11210757.

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

Color convert

RGB 5 16 171 -
CMYK 0.97 0.91 0 0.33
HSL 236.02º 0.94% 0.35% -
HSV(B) 236.02º 0.97% 0.67% -
XYZ 7.6 3.34 38.77 -
YUV 30.38 207.36 109.9 -
System Red Green Blue C M Y K H S L
Decimal 5 16 171 0.97 0.91 0 0.33 236.02 0.94 0.35
Hex 5 10 AB 61 5B 0 21 EC 5E 23
Octal 5 20 253 141 133 0 41 354 136 43
Binary 101 10000 10101011 1100001 1011011 0 100001 11101100 1011110 100011

Color Harmonies of #0510AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0510AB

Black with #0510AB

Text Example


Text Example

White with #0510AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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