Html Css Color HEX #05059C New Midnight Blue

📋 copy color: '#05059C'

red 5 ◦ green 5 ◦ blue 156

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

Shades of New Midnight Blue #05059C

Tints of New Midnight Blue #05059C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.01%

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

R = 3.01%
G = 3.01%
B = 93.98%

CMYK

 C value IS 0.97

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05059C (or 0x05059C) is known color: New Midnight Blue. HEX triplet: 05, 05 and 9C. RGB value is (5,5,156). Sum of RGB (Red+Green+Blue) = 5+5+156=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 156 (61.33% from 255 or 93.98% from 166); Max value from RGB is 156 - color contains mainly: blue. Hex color #05059C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05059C is #FAFA63. Grayscale: #151515. Windows color (decimal): -16448100 or 10224901. OLE color: 10224901.

HSL color Cylindrical-coordinate representation of color #05059C: hue angle of 240º 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 #05059C is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 5 156 -
CMYK 0.97 0.97 0 0.39
HSL 240º 0.94% 0.32% -
HSV(B) 240º 0.97% 0.61% -
XYZ 6.12 2.54 31.62 -
YUV 22.21 203.5 115.72 -
System Red Green Blue C M Y K H S L
Decimal 5 5 156 0.97 0.97 0 0.39 240 0.94 0.32
Hex 5 5 9C 61 61 0 27 F0 5E 20
Octal 5 5 234 141 141 0 47 360 136 40
Binary 101 101 10011100 1100001 1100001 0 100111 11110000 1011110 100000

Color Harmonies of #05059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05059C

Black with #05059C

Text Example


Text Example

White with #05059C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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