Html Css Color HEX #05159C New Midnight Blue

📋 copy color: '#05159C'

red 5 ◦ green 21 ◦ blue 156

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

Shades of New Midnight Blue #05159C

Tints of New Midnight Blue #05159C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 85.71%

R = 2.75%
G = 11.54%
B = 85.71%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05159C (or 0x05159C) is known color: New Midnight Blue. HEX triplet: 05, 15 and 9C. RGB value is (5,21,156). Sum of RGB (Red+Green+Blue) = 5+21+156=182 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.75% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 156 (61.33% from 255 or 85.71% from 182); Max value from RGB is 156 - color contains mainly: blue. Hex color #05159C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05159C is #FAEA63. Grayscale: #1F1F1F. Windows color (decimal): -16444004 or 10228997. OLE color: 10228997.

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

Color convert

RGB 5 21 156 -
CMYK 0.97 0.87 0 0.39
HSL 233.64º 0.94% 0.32% -
HSV(B) 233.64º 0.97% 0.61% -
XYZ 6.33 2.97 31.69 -
YUV 31.61 198.2 109.02 -
System Red Green Blue C M Y K H S L
Decimal 5 21 156 0.97 0.87 0 0.39 233.64 0.94 0.32
Hex 5 15 9C 61 57 0 27 EA 5E 20
Octal 5 25 234 141 127 0 47 352 136 40
Binary 101 10101 10011100 1100001 1010111 0 100111 11101010 1011110 100000

Color Harmonies of #05159C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05159C

Black with #05159C

Text Example


Text Example

White with #05159C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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