Html Css Color HEX #051095 New Midnight Blue

📋 copy color: '#051095'

red 5 ◦ green 16 ◦ blue 149

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

Shades of New Midnight Blue #051095

Tints of New Midnight Blue #051095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.41%

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

R = 2.94%
G = 9.41%
B = 87.65%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#051095 (or 0x051095) is known color: New Midnight Blue. HEX triplet: 05, 10 and 95. RGB value is (5,16,149). Sum of RGB (Red+Green+Blue) = 5+16+149=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 149 (58.59% from 255 or 87.65% from 170); Max value from RGB is 149 - color contains mainly: blue. Hex color #051095 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051095 is #FAEF6A. Grayscale: #1B1B1B. Windows color (decimal): -16445291 or 9768965. OLE color: 9768965.

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

Color convert

RGB 5 16 149 -
CMYK 0.97 0.89 0 0.42
HSL 235.42º 0.94% 0.3% -
HSV(B) 235.42º 0.97% 0.58% -
XYZ 5.67 2.57 28.63 -
YUV 27.87 196.36 111.69 -
System Red Green Blue C M Y K H S L
Decimal 5 16 149 0.97 0.89 0 0.42 235.42 0.94 0.3
Hex 5 10 95 61 59 0 2A EB 5E 1E
Octal 5 20 225 141 131 0 52 353 136 36
Binary 101 10000 10010101 1100001 1011001 0 101010 11101011 1011110 11110

Color Harmonies of #051095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051095

Black with #051095

Text Example


Text Example

White with #051095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051095; }

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

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

background-color css

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

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

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

border-color css

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

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

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