Html Css Color HEX #05009E New Midnight Blue

📋 copy color: '#05009E'

red 5 ◦ green 0 ◦ blue 158

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

Shades of New Midnight Blue #05009E

Tints of New Midnight Blue #05009E

RGB

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

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

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

R = 3.07%
G = 0%
B = 96.93%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05009E (or 0x05009E) is known color: New Midnight Blue. HEX triplet: 05, 00 and 9E. RGB value is (5,0,158). Sum of RGB (Red+Green+Blue) = 5+0+158=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 158 (62.11% from 255 or 96.93% from 163); Max value from RGB is 158 - color contains mainly: blue. Hex color #05009E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05009E is #FAFF61. Grayscale: #121212. Windows color (decimal): -16449378 or 10354693. OLE color: 10354693.

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

Color convert

RGB 5 0 158 -
CMYK 0.97 1 0 0.38
HSL 241.9º 1% 0.31% -
HSV(B) 241.9º 1% 0.62% -
XYZ 6.23 2.5 32.5 -
YUV 19.51 206.16 117.65 -
System Red Green Blue C M Y K H S L
Decimal 5 0 158 0.97 1 0 0.38 241.9 1 0.31
Hex 5 0 9E 61 64 0 26 F2 64 1F
Octal 5 0 236 141 144 0 46 362 144 37
Binary 101 0 10011110 1100001 1100100 0 100110 11110010 1100100 11111

Color Harmonies of #05009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05009E

Black with #05009E

Text Example


Text Example

White with #05009E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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