Html Css Color HEX #050198 New Midnight Blue

📋 copy color: '#050198'

red 5 ◦ green 1 ◦ blue 152

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

Shades of New Midnight Blue #050198

Tints of New Midnight Blue #050198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 96.2%

R = 3.16%
G = 0.63%
B = 96.2%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#050198 (or 0x050198) is known color: New Midnight Blue. HEX triplet: 05, 01 and 98. RGB value is (5,1,152). Sum of RGB (Red+Green+Blue) = 5+1+152=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 152 (59.77% from 255 or 96.20% from 158); Max value from RGB is 152 - color contains mainly: blue. Hex color #050198 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050198 is #FAFE67. Grayscale: #121212. Windows color (decimal): -16449128 or 9961733. OLE color: 9961733.

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

Color convert

RGB 5 1 152 -
CMYK 0.97 0.99 0 0.40
HSL 241.59º 0.99% 0.3% -
HSV(B) 241.59º 0.99% 0.6% -
XYZ 5.74 2.32 29.85 -
YUV 19.41 202.83 117.72 -
System Red Green Blue C M Y K H S L
Decimal 5 1 152 0.97 0.99 0 0.40 241.59 0.99 0.3
Hex 5 1 98 61 63 0 28 F2 63 1E
Octal 5 1 230 141 143 0 50 362 143 36
Binary 101 1 10011000 1100001 1100011 0 101000 11110010 1100011 11110

Color Harmonies of #050198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050198

Black with #050198

Text Example


Text Example

White with #050198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050198; }

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

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

background-color css

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

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

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

border-color css

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

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

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