Html Css Color HEX #05189A New Midnight Blue

📋 copy color: '#05189A'

red 5 ◦ green 24 ◦ blue 154

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

Shades of New Midnight Blue #05189A

Tints of New Midnight Blue #05189A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 84.15%

R = 2.73%
G = 13.11%
B = 84.15%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#05189A (or 0x05189A) is known color: New Midnight Blue. HEX triplet: 05, 18 and 9A. RGB value is (5,24,154). Sum of RGB (Red+Green+Blue) = 5+24+154=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 154 (60.55% from 255 or 84.15% from 183); Max value from RGB is 154 - color contains mainly: blue. Hex color #05189A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05189A is #FAE765. Grayscale: #202020. Windows color (decimal): -16443238 or 10098693. OLE color: 10098693.

HSL color Cylindrical-coordinate representation of color #05189A: hue angle of 232.35º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05189A is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 5 24 154 -
CMYK 0.97 0.84 0 0.40
HSL 232.35º 0.94% 0.31% -
HSV(B) 232.35º 0.97% 0.6% -
XYZ 6.22 3.02 30.83 -
YUV 33.14 196.21 107.93 -
System Red Green Blue C M Y K H S L
Decimal 5 24 154 0.97 0.84 0 0.40 232.35 0.94 0.31
Hex 5 18 9A 61 54 0 28 E8 5E 1F
Octal 5 30 232 141 124 0 50 350 136 37
Binary 101 11000 10011010 1100001 1010100 0 101000 11101000 1011110 11111

Color Harmonies of #05189A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05189A

Black with #05189A

Text Example


Text Example

White with #05189A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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