Html Css Color HEX #050096 New Midnight Blue

📋 copy color: '#050096'

red 5 ◦ green 0 ◦ blue 150

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

Shades of New Midnight Blue #050096

Tints of New Midnight Blue #050096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 3.23%
G = 0%
B = 96.77%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#050096 (or 0x050096) is known color: New Midnight Blue. HEX triplet: 05, 00 and 96. RGB value is (5,0,150). Sum of RGB (Red+Green+Blue) = 5+0+150=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 150 (58.98% from 255 or 96.77% from 155); Max value from RGB is 150 - color contains mainly: blue. Hex color #050096 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050096 is #FAFF69. Grayscale: #121212. Windows color (decimal): -16449386 or 9830405. OLE color: 9830405.

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

Color convert

RGB 5 0 150 -
CMYK 0.97 1 0 0.41
HSL 242º 1% 0.29% -
HSV(B) 242º 1% 0.59% -
XYZ 5.57 2.23 28.99 -
YUV 18.6 202.16 118.3 -
System Red Green Blue C M Y K H S L
Decimal 5 0 150 0.97 1 0 0.41 242 1 0.29
Hex 5 0 96 61 64 0 29 F2 64 1D
Octal 5 0 226 141 144 0 51 362 144 35
Binary 101 0 10010110 1100001 1100100 0 101001 11110010 1100100 11101

Color Harmonies of #050096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050096

Black with #050096

Text Example


Text Example

White with #050096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050096; }

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

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

background-color css

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

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

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

border-color css

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

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

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