Html Css Color HEX #05159D New Midnight Blue

📋 copy color: '#05159D'

red 5 ◦ green 21 ◦ blue 157

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

Shades of New Midnight Blue #05159D

Tints of New Midnight Blue #05159D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.48%

 BLUE value IS 157 (61.72% from 255) = 85.79%

R = 2.73%
G = 11.48%
B = 85.79%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05159D (or 0x05159D) is known color: New Midnight Blue. HEX triplet: 05, 15 and 9D. RGB value is (5,21,157). Sum of RGB (Red+Green+Blue) = 5+21+157=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 157 (61.72% from 255 or 85.79% from 183); Max value from RGB is 157 - color contains mainly: blue. Hex color #05159D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05159D is #FAEA62. Grayscale: #1F1F1F. Windows color (decimal): -16444003 or 10294533. OLE color: 10294533.

HSL color Cylindrical-coordinate representation of color #05159D: hue angle of 233.68º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05159D is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 21 157 -
CMYK 0.97 0.87 0 0.38
HSL 233.68º 0.94% 0.32% -
HSV(B) 233.68º 0.97% 0.62% -
XYZ 6.42 3 32.14 -
YUV 31.72 198.7 108.94 -
System Red Green Blue C M Y K H S L
Decimal 5 21 157 0.97 0.87 0 0.38 233.68 0.94 0.32
Hex 5 15 9D 61 57 0 26 EA 5E 20
Octal 5 25 235 141 127 0 46 352 136 40
Binary 101 10101 10011101 1100001 1010111 0 100110 11101010 1011110 100000

Color Harmonies of #05159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05159D

Black with #05159D

Text Example


Text Example

White with #05159D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05159D; }

 p { color: rgb(5,21,157); }

 H1.HeaderClassName
 {
   color: #05159D;
 }
 .AnyTagClassName
 {
   color: #05159D;
 }
</style>

background-color css

<style>
 a { background-color: #05159D; }

 a { background-color: rgb(5,21,157); }

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

border-color css

<style>
 span { border-color: #05159D; }

 span { border-color: rgb(5,21,157); }

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