Html Css Color HEX #05189D New Midnight Blue

📋 copy color: '#05189D'

red 5 ◦ green 24 ◦ blue 157

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

Shades of New Midnight Blue #05189D

Tints of New Midnight Blue #05189D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.9%

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

R = 2.69%
G = 12.9%
B = 84.41%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05189D (or 0x05189D) is known color: New Midnight Blue. HEX triplet: 05, 18 and 9D. RGB value is (5,24,157). Sum of RGB (Red+Green+Blue) = 5+24+157=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 157 (61.72% from 255 or 84.41% from 186); Max value from RGB is 157 - color contains mainly: blue. Hex color #05189D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05189D is #FAE762. Grayscale: #202020. Windows color (decimal): -16443235 or 10295301. OLE color: 10295301.

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

Color convert

RGB 5 24 157 -
CMYK 0.97 0.85 0 0.38
HSL 232.5º 0.94% 0.32% -
HSV(B) 232.5º 0.97% 0.62% -
XYZ 6.48 3.12 32.16 -
YUV 33.48 197.71 107.69 -
System Red Green Blue C M Y K H S L
Decimal 5 24 157 0.97 0.85 0 0.38 232.5 0.94 0.32
Hex 5 18 9D 61 55 0 26 E8 5E 20
Octal 5 30 235 141 125 0 46 350 136 40
Binary 101 11000 10011101 1100001 1010101 0 100110 11101000 1011110 100000

Color Harmonies of #05189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05189D

Black with #05189D

Text Example


Text Example

White with #05189D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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