Html Css Color HEX #05119C New Midnight Blue

📋 copy color: '#05119C'

red 5 ◦ green 17 ◦ blue 156

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

Shades of New Midnight Blue #05119C

Tints of New Midnight Blue #05119C

RGB

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

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

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

R = 2.81%
G = 9.55%
B = 87.64%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05119C (or 0x05119C) is known color: New Midnight Blue. HEX triplet: 05, 11 and 9C. RGB value is (5,17,156). Sum of RGB (Red+Green+Blue) = 5+17+156=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 156 (61.33% from 255 or 87.64% from 178); Max value from RGB is 156 - color contains mainly: blue. Hex color #05119C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05119C is #FAEE63. Grayscale: #1C1C1C. Windows color (decimal): -16445028 or 10227973. OLE color: 10227973.

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

Color convert

RGB 5 17 156 -
CMYK 0.97 0.89 0 0.39
HSL 235.23º 0.94% 0.32% -
HSV(B) 235.23º 0.97% 0.61% -
XYZ 6.26 2.83 31.67 -
YUV 29.26 199.52 110.7 -
System Red Green Blue C M Y K H S L
Decimal 5 17 156 0.97 0.89 0 0.39 235.23 0.94 0.32
Hex 5 11 9C 61 59 0 27 EB 5E 20
Octal 5 21 234 141 131 0 47 353 136 40
Binary 101 10001 10011100 1100001 1011001 0 100111 11101011 1011110 100000

Color Harmonies of #05119C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05119C

Black with #05119C

Text Example


Text Example

White with #05119C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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