Html Css Color HEX #050095 New Midnight Blue

📋 copy color: '#050095'

red 5 ◦ green 0 ◦ blue 149

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

Shades of New Midnight Blue #050095

Tints of New Midnight Blue #050095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 96.75%

R = 3.25%
G = 0%
B = 96.75%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#050095 (or 0x050095) is known color: New Midnight Blue. HEX triplet: 05, 00 and 95. RGB value is (5,0,149). Sum of RGB (Red+Green+Blue) = 5+0+149=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 149 (58.59% from 255 or 96.75% from 154); Max value from RGB is 149 - color contains mainly: blue. Hex color #050095 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050095 is #FAFF6A. Grayscale: #111111. Windows color (decimal): -16449387 or 9764869. OLE color: 9764869.

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

Color convert

RGB 5 0 149 -
CMYK 0.97 1 0 0.42
HSL 242.01º 1% 0.29% -
HSV(B) 242.01º 1% 0.58% -
XYZ 5.49 2.2 28.57 -
YUV 18.48 201.66 118.38 -
System Red Green Blue C M Y K H S L
Decimal 5 0 149 0.97 1 0 0.42 242.01 1 0.29
Hex 5 0 95 61 64 0 2A F2 64 1D
Octal 5 0 225 141 144 0 52 362 144 35
Binary 101 0 10010101 1100001 1100100 0 101010 11110010 1100100 11101

Color Harmonies of #050095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050095

Black with #050095

Text Example


Text Example

White with #050095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050095; }

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

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

background-color css

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

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

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

border-color css

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

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

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