Html Css Color HEX #0507AB New Midnight Blue

📋 copy color: '#0507AB'

red 5 ◦ green 7 ◦ blue 171

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

Shades of New Midnight Blue #0507AB

Tints of New Midnight Blue #0507AB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.83%

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

R = 2.73%
G = 3.83%
B = 93.44%

CMYK

 C value IS 0.97

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0507AB (or 0x0507AB) is known color: New Midnight Blue. HEX triplet: 05, 07 and AB. RGB value is (5,7,171). Sum of RGB (Red+Green+Blue) = 5+7+171=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 171 (67.19% from 255 or 93.44% from 183); Max value from RGB is 171 - color contains mainly: blue. Hex color #0507AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0507AB is #FAF854. Grayscale: #181818. Windows color (decimal): -16447573 or 11208453. OLE color: 11208453.

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

Color convert

RGB 5 7 171 -
CMYK 0.97 0.96 0 0.33
HSL 239.28º 0.94% 0.35% -
HSV(B) 239.28º 0.97% 0.67% -
XYZ 7.49 3.12 38.74 -
YUV 25.1 210.34 113.66 -
System Red Green Blue C M Y K H S L
Decimal 5 7 171 0.97 0.96 0 0.33 239.28 0.94 0.35
Hex 5 7 AB 61 60 0 21 EF 5E 23
Octal 5 7 253 141 140 0 41 357 136 43
Binary 101 111 10101011 1100001 1100000 0 100001 11101111 1011110 100011

Color Harmonies of #0507AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0507AB

Black with #0507AB

Text Example


Text Example

White with #0507AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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