Html Css Color HEX #050598 New Midnight Blue

📋 copy color: '#050598'

red 5 ◦ green 5 ◦ blue 152

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

Shades of New Midnight Blue #050598

Tints of New Midnight Blue #050598

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.09%

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

R = 3.09%
G = 3.09%
B = 93.83%

CMYK

 C value IS 0.97

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#050598 (or 0x050598) is known color: New Midnight Blue. HEX triplet: 05, 05 and 98. RGB value is (5,5,152). Sum of RGB (Red+Green+Blue) = 5+5+152=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 152 (59.77% from 255 or 93.83% from 162); Max value from RGB is 152 - color contains mainly: blue. Hex color #050598 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050598 is #FAFA67. Grayscale: #151515. Windows color (decimal): -16448104 or 9962757. OLE color: 9962757.

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

Color convert

RGB 5 5 152 -
CMYK 0.97 0.97 0 0.40
HSL 240º 0.94% 0.31% -
HSV(B) 240º 0.97% 0.6% -
XYZ 5.78 2.41 29.87 -
YUV 21.76 201.5 116.05 -
System Red Green Blue C M Y K H S L
Decimal 5 5 152 0.97 0.97 0 0.40 240 0.94 0.31
Hex 5 5 98 61 61 0 28 F0 5E 1F
Octal 5 5 230 141 141 0 50 360 136 37
Binary 101 101 10011000 1100001 1100001 0 101000 11110000 1011110 11111

Color Harmonies of #050598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050598

Black with #050598

Text Example


Text Example

White with #050598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050598; }

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

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

background-color css

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

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

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

border-color css

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

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

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