Html Css Color HEX #05065A Midnight Blue

📋 copy color: '#05065A'

red 5 ◦ green 6 ◦ blue 90

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

Shades of Midnight Blue #05065A

Tints of Midnight Blue #05065A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.94%

 BLUE value IS 90 (35.55% from 255) = 89.11%

R = 4.95%
G = 5.94%
B = 89.11%

CMYK

 C value IS 0.94

 M value IS 0.93

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#05065A (or 0x05065A) is known color: Midnight Blue. HEX triplet: 05, 06 and 5A. RGB value is (5,6,90). Sum of RGB (Red+Green+Blue) = 5+6+90=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 6 (2.73% from 255 or 5.94% from 101); Blue value is 90 (35.55% from 255 or 89.11% from 101); Max value from RGB is 90 - color contains mainly: blue. Hex color #05065A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05065A is #FAF9A5. Grayscale: #0E0E0E. Windows color (decimal): -16447910 or 5899781. OLE color: 5899781.

HSL color Cylindrical-coordinate representation of color #05065A: hue angle of 239.29º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05065A is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 6 90 -
CMYK 0.94 0.93 0 0.65
HSL 239.29º 0.89% 0.19% -
HSV(B) 239.29º 0.94% 0.35% -
XYZ 1.97 0.9 9.74 -
YUV 15.28 170.17 120.67 -
System Red Green Blue C M Y K H S L
Decimal 5 6 90 0.94 0.93 0 0.65 239.29 0.89 0.19
Hex 5 6 5A 5E 5D 0 41 EF 59 13
Octal 5 6 132 136 135 0 101 357 131 23
Binary 101 110 1011010 1011110 1011101 0 1000001 11101111 1011001 10011

Color Harmonies of #05065A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05065A

Black with #05065A

Text Example


Text Example

White with #05065A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05065A; }

 p { color: rgb(5,6,90); }

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

background-color css

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

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

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

border-color css

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

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

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