Html Css Color HEX #050298 New Midnight Blue

📋 copy color: '#050298'

red 5 ◦ green 2 ◦ blue 152

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

Shades of New Midnight Blue #050298

Tints of New Midnight Blue #050298

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.26%

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

R = 3.14%
G = 1.26%
B = 95.6%

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

#050298 (or 0x050298) is known color: New Midnight Blue. HEX triplet: 05, 02 and 98. RGB value is (5,2,152). Sum of RGB (Red+Green+Blue) = 5+2+152=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 152 (59.77% from 255 or 95.60% from 159); Max value from RGB is 152 - color contains mainly: blue. Hex color #050298 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050298 is #FAFD67. Grayscale: #131313. Windows color (decimal): -16448872 or 9961989. OLE color: 9961989.

HSL color Cylindrical-coordinate representation of color #050298: hue angle of 241.2º degrees, saturation: 0.97, 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 #050298 is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 5 2 152 -
CMYK 0.97 0.99 0 0.40
HSL 241.2º 0.97% 0.3% -
HSV(B) 241.2º 0.99% 0.6% -
XYZ 5.75 2.34 29.85 -
YUV 20 202.49 117.3 -
System Red Green Blue C M Y K H S L
Decimal 5 2 152 0.97 0.99 0 0.40 241.2 0.97 0.3
Hex 5 2 98 61 63 0 28 F1 61 1E
Octal 5 2 230 141 143 0 50 361 141 36
Binary 101 10 10011000 1100001 1100011 0 101000 11110001 1100001 11110

Color Harmonies of #050298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050298

Black with #050298

Text Example


Text Example

White with #050298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050298; }

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

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

background-color css

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

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

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

border-color css

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

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

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