Html Css Color HEX #05065E Midnight Blue

📋 copy color: '#05065E'

red 5 ◦ green 6 ◦ blue 94

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

Shades of Midnight Blue #05065E

Tints of Midnight Blue #05065E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 89.52%

R = 4.76%
G = 5.71%
B = 89.52%

CMYK

 C value IS 0.95

 M value IS 0.94

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#05065E (or 0x05065E) is known color: Midnight Blue. HEX triplet: 05, 06 and 5E. RGB value is (5,6,94). Sum of RGB (Red+Green+Blue) = 5+6+94=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 6 (2.73% from 255 or 5.71% from 105); Blue value is 94 (37.11% from 255 or 89.52% from 105); Max value from RGB is 94 - color contains mainly: blue. Hex color #05065E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05065E is #FAF9A1. Grayscale: #0F0F0F. Windows color (decimal): -16447906 or 6161925. OLE color: 6161925.

HSL color Cylindrical-coordinate representation of color #05065E: hue angle of 239.33º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05065E is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 5 6 94 -
CMYK 0.95 0.94 0 0.63
HSL 239.33º 0.9% 0.19% -
HSV(B) 239.33º 0.95% 0.37% -
XYZ 2.15 0.97 10.66 -
YUV 15.73 172.17 120.34 -
System Red Green Blue C M Y K H S L
Decimal 5 6 94 0.95 0.94 0 0.63 239.33 0.9 0.19
Hex 5 6 5E 5F 5E 0 3F EF 5A 13
Octal 5 6 136 137 136 0 77 357 132 23
Binary 101 110 1011110 1011111 1011110 0 111111 11101111 1011010 10011

Color Harmonies of #05065E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05065E

Black with #05065E

Text Example


Text Example

White with #05065E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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