Html Css Color HEX #05079C New Midnight Blue

📋 copy color: '#05079C'

red 5 ◦ green 7 ◦ blue 156

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

Shades of New Midnight Blue #05079C

Tints of New Midnight Blue #05079C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.17%

 BLUE value IS 156 (61.33% from 255) = 92.86%

R = 2.98%
G = 4.17%
B = 92.86%

CMYK

 C value IS 0.97

 M value IS 0.96

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05079C (or 0x05079C) is known color: New Midnight Blue. HEX triplet: 05, 07 and 9C. RGB value is (5,7,156). Sum of RGB (Red+Green+Blue) = 5+7+156=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 156 (61.33% from 255 or 92.86% from 168); Max value from RGB is 156 - color contains mainly: blue. Hex color #05079C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05079C is #FAF863. Grayscale: #161616. Windows color (decimal): -16447588 or 10225413. OLE color: 10225413.

HSL color Cylindrical-coordinate representation of color #05079C: hue angle of 239.21º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05079C is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 7 156 -
CMYK 0.97 0.96 0 0.39
HSL 239.21º 0.94% 0.32% -
HSV(B) 239.21º 0.97% 0.61% -
XYZ 6.14 2.58 31.63 -
YUV 23.39 202.84 114.88 -
System Red Green Blue C M Y K H S L
Decimal 5 7 156 0.97 0.96 0 0.39 239.21 0.94 0.32
Hex 5 7 9C 61 60 0 27 EF 5E 20
Octal 5 7 234 141 140 0 47 357 136 40
Binary 101 111 10011100 1100001 1100000 0 100111 11101111 1011110 100000

Color Harmonies of #05079C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05079C

Black with #05079C

Text Example


Text Example

White with #05079C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05079C; }

 p { color: rgb(5,7,156); }

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

background-color css

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

 a { background-color: rgb(5,7,156); }

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

border-color css

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

 span { border-color: rgb(5,7,156); }

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