Html Css Color HEX #05109D New Midnight Blue

📋 copy color: '#05109D'

red 5 ◦ green 16 ◦ blue 157

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

Shades of New Midnight Blue #05109D

Tints of New Midnight Blue #05109D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.99%

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

R = 2.81%
G = 8.99%
B = 88.2%

CMYK

 C value IS 0.97

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05109D (or 0x05109D) is known color: New Midnight Blue. HEX triplet: 05, 10 and 9D. RGB value is (5,16,157). Sum of RGB (Red+Green+Blue) = 5+16+157=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 157 (61.72% from 255 or 88.20% from 178); Max value from RGB is 157 - color contains mainly: blue. Hex color #05109D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05109D is #FAEF62. Grayscale: #1C1C1C. Windows color (decimal): -16445283 or 10293253. OLE color: 10293253.

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

Color convert

RGB 5 16 157 -
CMYK 0.97 0.90 0 0.38
HSL 235.66º 0.94% 0.32% -
HSV(B) 235.66º 0.97% 0.62% -
XYZ 6.33 2.84 32.11 -
YUV 28.79 200.36 111.04 -
System Red Green Blue C M Y K H S L
Decimal 5 16 157 0.97 0.90 0 0.38 235.66 0.94 0.32
Hex 5 10 9D 61 5A 0 26 EC 5E 20
Octal 5 20 235 141 132 0 46 354 136 40
Binary 101 10000 10011101 1100001 1011010 0 100110 11101100 1011110 100000

Color Harmonies of #05109D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05109D

Black with #05109D

Text Example


Text Example

White with #05109D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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