Html Css Color HEX #050C96 New Midnight Blue

📋 copy color: '#050C96'

red 5 ◦ green 12 ◦ blue 150

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

Shades of New Midnight Blue #050C96

Tints of New Midnight Blue #050C96

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.19%

 BLUE value IS 150 (58.98% from 255) = 89.82%

R = 2.99%
G = 7.19%
B = 89.82%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#050C96 (or 0x050C96) is known color: New Midnight Blue. HEX triplet: 05, 0C and 96. RGB value is (5,12,150). Sum of RGB (Red+Green+Blue) = 5+12+150=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 12 (5.08% from 255 or 7.19% from 167); Blue value is 150 (58.98% from 255 or 89.82% from 167); Max value from RGB is 150 - color contains mainly: blue. Hex color #050C96 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050C96 is #FAF369. Grayscale: #191919. Windows color (decimal): -16446314 or 9833477. OLE color: 9833477.

HSL color Cylindrical-coordinate representation of color #050C96: hue angle of 237.1º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050C96 is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 5 12 150 -
CMYK 0.97 0.92 0 0.41
HSL 237.1º 0.94% 0.3% -
HSV(B) 237.1º 0.97% 0.59% -
XYZ 5.7 2.5 29.04 -
YUV 25.64 198.18 113.28 -
System Red Green Blue C M Y K H S L
Decimal 5 12 150 0.97 0.92 0 0.41 237.1 0.94 0.3
Hex 5 C 96 61 5C 0 29 ED 5E 1E
Octal 5 14 226 141 134 0 51 355 136 36
Binary 101 1100 10010110 1100001 1011100 0 101001 11101101 1011110 11110

Color Harmonies of #050C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050C96

Black with #050C96

Text Example


Text Example

White with #050C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050C96; }

 p { color: rgb(5,12,150); }

 H1.HeaderClassName
 {
   color: #050C96;
 }
 .AnyTagClassName
 {
   color: #050C96;
 }
</style>

background-color css

<style>
 a { background-color: #050C96; }

 a { background-color: rgb(5,12,150); }

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

border-color css

<style>
 span { border-color: #050C96; }

 span { border-color: rgb(5,12,150); }

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