Html Css Color HEX #05129D New Midnight Blue

📋 copy color: '#05129D'

red 5 ◦ green 18 ◦ blue 157

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

Shades of New Midnight Blue #05129D

Tints of New Midnight Blue #05129D

RGB

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

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

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

R = 2.78%
G = 10%
B = 87.22%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05129D (or 0x05129D) is known color: New Midnight Blue. HEX triplet: 05, 12 and 9D. RGB value is (5,18,157). Sum of RGB (Red+Green+Blue) = 5+18+157=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 157 (61.72% from 255 or 87.22% from 180); Max value from RGB is 157 - color contains mainly: blue. Hex color #05129D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05129D is #FAED62. Grayscale: #1D1D1D. Windows color (decimal): -16444771 or 10293765. OLE color: 10293765.

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

Color convert

RGB 5 18 157 -
CMYK 0.97 0.89 0 0.38
HSL 234.87º 0.94% 0.32% -
HSV(B) 234.87º 0.97% 0.62% -
XYZ 6.36 2.9 32.12 -
YUV 29.96 199.69 110.2 -
System Red Green Blue C M Y K H S L
Decimal 5 18 157 0.97 0.89 0 0.38 234.87 0.94 0.32
Hex 5 12 9D 61 59 0 26 EB 5E 20
Octal 5 22 235 141 131 0 46 353 136 40
Binary 101 10010 10011101 1100001 1011001 0 100110 11101011 1011110 100000

Color Harmonies of #05129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05129D

Black with #05129D

Text Example


Text Example

White with #05129D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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