Html Css Color HEX #05189C New Midnight Blue

📋 copy color: '#05189C'

red 5 ◦ green 24 ◦ blue 156

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

Shades of New Midnight Blue #05189C

Tints of New Midnight Blue #05189C

RGB

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

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

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

R = 2.7%
G = 12.97%
B = 84.32%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05189C (or 0x05189C) is known color: New Midnight Blue. HEX triplet: 05, 18 and 9C. RGB value is (5,24,156). Sum of RGB (Red+Green+Blue) = 5+24+156=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 156 (61.33% from 255 or 84.32% from 185); Max value from RGB is 156 - color contains mainly: blue. Hex color #05189C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05189C is #FAE763. Grayscale: #202020. Windows color (decimal): -16443236 or 10229765. OLE color: 10229765.

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

Color convert

RGB 5 24 156 -
CMYK 0.97 0.85 0 0.39
HSL 232.45º 0.94% 0.32% -
HSV(B) 232.45º 0.97% 0.61% -
XYZ 6.39 3.09 31.71 -
YUV 33.37 197.21 107.77 -
System Red Green Blue C M Y K H S L
Decimal 5 24 156 0.97 0.85 0 0.39 232.45 0.94 0.32
Hex 5 18 9C 61 55 0 27 E8 5E 20
Octal 5 30 234 141 125 0 47 350 136 40
Binary 101 11000 10011100 1100001 1010101 0 100111 11101000 1011110 100000

Color Harmonies of #05189C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05189C

Black with #05189C

Text Example


Text Example

White with #05189C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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