Html Css Color HEX #05099E New Midnight Blue

📋 copy color: '#05099E'

red 5 ◦ green 9 ◦ blue 158

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

Shades of New Midnight Blue #05099E

Tints of New Midnight Blue #05099E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.23%

 BLUE value IS 158 (62.11% from 255) = 91.86%

R = 2.91%
G = 5.23%
B = 91.86%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05099E (or 0x05099E) is known color: New Midnight Blue. HEX triplet: 05, 09 and 9E. RGB value is (5,9,158). Sum of RGB (Red+Green+Blue) = 5+9+158=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 158 (62.11% from 255 or 91.86% from 172); Max value from RGB is 158 - color contains mainly: blue. Hex color #05099E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05099E is #FAF661. Grayscale: #181818. Windows color (decimal): -16447074 or 10356997. OLE color: 10356997.

HSL color Cylindrical-coordinate representation of color #05099E: hue angle of 238.43º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05099E is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 9 158 -
CMYK 0.97 0.94 0 0.38
HSL 238.43º 0.94% 0.32% -
HSV(B) 238.43º 0.97% 0.62% -
XYZ 6.33 2.7 32.53 -
YUV 24.79 203.17 113.88 -
System Red Green Blue C M Y K H S L
Decimal 5 9 158 0.97 0.94 0 0.38 238.43 0.94 0.32
Hex 5 9 9E 61 5E 0 26 EE 5E 20
Octal 5 11 236 141 136 0 46 356 136 40
Binary 101 1001 10011110 1100001 1011110 0 100110 11101110 1011110 100000

Color Harmonies of #05099E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05099E

Black with #05099E

Text Example


Text Example

White with #05099E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05099E; }

 p { color: rgb(5,9,158); }

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

background-color css

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

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

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

border-color css

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

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

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