Html Css Color HEX #05129A New Midnight Blue

📋 copy color: '#05129A'

red 5 ◦ green 18 ◦ blue 154

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

Shades of New Midnight Blue #05129A

Tints of New Midnight Blue #05129A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.17%

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

R = 2.82%
G = 10.17%
B = 87.01%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#05129A (or 0x05129A) is known color: New Midnight Blue. HEX triplet: 05, 12 and 9A. RGB value is (5,18,154). Sum of RGB (Red+Green+Blue) = 5+18+154=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 154 (60.55% from 255 or 87.01% from 177); Max value from RGB is 154 - color contains mainly: blue. Hex color #05129A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05129A is #FAED65. Grayscale: #1D1D1D. Windows color (decimal): -16444774 or 10097157. OLE color: 10097157.

HSL color Cylindrical-coordinate representation of color #05129A: hue angle of 234.77º 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 #05129A is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 5 18 154 -
CMYK 0.97 0.88 0 0.40
HSL 234.77º 0.94% 0.31% -
HSV(B) 234.77º 0.97% 0.6% -
XYZ 6.11 2.8 30.79 -
YUV 29.62 198.19 110.44 -
System Red Green Blue C M Y K H S L
Decimal 5 18 154 0.97 0.88 0 0.40 234.77 0.94 0.31
Hex 5 12 9A 61 58 0 28 EB 5E 1F
Octal 5 22 232 141 130 0 50 353 136 37
Binary 101 10010 10011010 1100001 1011000 0 101000 11101011 1011110 11111

Color Harmonies of #05129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05129A

Black with #05129A

Text Example


Text Example

White with #05129A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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