Html Css Color HEX #050194 New Midnight Blue

📋 copy color: '#050194'

red 5 ◦ green 1 ◦ blue 148

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

Shades of New Midnight Blue #050194

Tints of New Midnight Blue #050194

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

 BLUE value IS 148 (58.2% from 255) = 96.1%

R = 3.25%
G = 0.65%
B = 96.1%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#050194 (or 0x050194) is known color: New Midnight Blue. HEX triplet: 05, 01 and 94. RGB value is (5,1,148). Sum of RGB (Red+Green+Blue) = 5+1+148=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 148 (58.20% from 255 or 96.10% from 154); Max value from RGB is 148 - color contains mainly: blue. Hex color #050194 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050194 is #FAFE6B. Grayscale: #121212. Windows color (decimal): -16449132 or 9699589. OLE color: 9699589.

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

Color convert

RGB 5 1 148 -
CMYK 0.97 0.99 0 0.42
HSL 241.63º 0.99% 0.29% -
HSV(B) 241.63º 0.99% 0.58% -
XYZ 5.42 2.19 28.15 -
YUV 18.95 200.83 118.05 -
System Red Green Blue C M Y K H S L
Decimal 5 1 148 0.97 0.99 0 0.42 241.63 0.99 0.29
Hex 5 1 94 61 63 0 2A F2 63 1D
Octal 5 1 224 141 143 0 52 362 143 35
Binary 101 1 10010100 1100001 1100011 0 101010 11110010 1100011 11101

Color Harmonies of #050194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050194

Black with #050194

Text Example


Text Example

White with #050194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050194; }

 p { color: rgb(5,1,148); }

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

background-color css

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

 a { background-color: rgb(5,1,148); }

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

border-color css

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

 span { border-color: rgb(5,1,148); }

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