Html Css Color HEX #05119F New Midnight Blue

📋 copy color: '#05119F'

red 5 ◦ green 17 ◦ blue 159

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

Shades of New Midnight Blue #05119F

Tints of New Midnight Blue #05119F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.39%

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

R = 2.76%
G = 9.39%
B = 87.85%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05119F (or 0x05119F) is known color: New Midnight Blue. HEX triplet: 05, 11 and 9F. RGB value is (5,17,159). Sum of RGB (Red+Green+Blue) = 5+17+159=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 159 (62.5% from 255 or 87.85% from 181); Max value from RGB is 159 - color contains mainly: blue. Hex color #05119F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05119F is #FAEE60. Grayscale: #1D1D1D. Windows color (decimal): -16445025 or 10424581. OLE color: 10424581.

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

Color convert

RGB 5 17 159 -
CMYK 0.97 0.89 0 0.38
HSL 235.32º 0.94% 0.32% -
HSV(B) 235.32º 0.97% 0.62% -
XYZ 6.52 2.94 33.02 -
YUV 29.6 201.02 110.45 -
System Red Green Blue C M Y K H S L
Decimal 5 17 159 0.97 0.89 0 0.38 235.32 0.94 0.32
Hex 5 11 9F 61 59 0 26 EB 5E 20
Octal 5 21 237 141 131 0 46 353 136 40
Binary 101 10001 10011111 1100001 1011001 0 100110 11101011 1011110 100000

Color Harmonies of #05119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05119F

Black with #05119F

Text Example


Text Example

White with #05119F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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