Html Css Color HEX #05139F New Midnight Blue

📋 copy color: '#05139F'

red 5 ◦ green 19 ◦ blue 159

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

Shades of New Midnight Blue #05139F

Tints of New Midnight Blue #05139F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.38%

 BLUE value IS 159 (62.5% from 255) = 86.89%

R = 2.73%
G = 10.38%
B = 86.89%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05139F (or 0x05139F) is known color: New Midnight Blue. HEX triplet: 05, 13 and 9F. RGB value is (5,19,159). Sum of RGB (Red+Green+Blue) = 5+19+159=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 159 (62.5% from 255 or 86.89% from 183); Max value from RGB is 159 - color contains mainly: blue. Hex color #05139F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05139F is #FAEC60. Grayscale: #1E1E1E. Windows color (decimal): -16444513 or 10425093. OLE color: 10425093.

HSL color Cylindrical-coordinate representation of color #05139F: hue angle of 234.55º 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 #05139F is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 19 159 -
CMYK 0.97 0.88 0 0.38
HSL 234.55º 0.94% 0.32% -
HSV(B) 234.55º 0.97% 0.62% -
XYZ 6.55 3 33.03 -
YUV 30.77 200.36 109.62 -
System Red Green Blue C M Y K H S L
Decimal 5 19 159 0.97 0.88 0 0.38 234.55 0.94 0.32
Hex 5 13 9F 61 58 0 26 EB 5E 20
Octal 5 23 237 141 130 0 46 353 136 40
Binary 101 10011 10011111 1100001 1011000 0 100110 11101011 1011110 100000

Color Harmonies of #05139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05139F

Black with #05139F

Text Example


Text Example

White with #05139F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05139F; }

 p { color: rgb(5,19,159); }

 H1.HeaderClassName
 {
   color: #05139F;
 }
 .AnyTagClassName
 {
   color: #05139F;
 }
</style>

background-color css

<style>
 a { background-color: #05139F; }

 a { background-color: rgb(5,19,159); }

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

border-color css

<style>
 span { border-color: #05139F; }

 span { border-color: rgb(5,19,159); }

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