Html Css Color HEX #05065D Midnight Blue

📋 copy color: '#05065D'

red 5 ◦ green 6 ◦ blue 93

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

Shades of Midnight Blue #05065D

Tints of Midnight Blue #05065D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 89.42%

R = 4.81%
G = 5.77%
B = 89.42%

CMYK

 C value IS 0.95

 M value IS 0.94

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#05065D (or 0x05065D) is known color: Midnight Blue. HEX triplet: 05, 06 and 5D. RGB value is (5,6,93). Sum of RGB (Red+Green+Blue) = 5+6+93=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 6 (2.73% from 255 or 5.77% from 104); Blue value is 93 (36.72% from 255 or 89.42% from 104); Max value from RGB is 93 - color contains mainly: blue. Hex color #05065D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05065D is #FAF9A2. Grayscale: #0F0F0F. Windows color (decimal): -16447907 or 6096389. OLE color: 6096389.

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

Color convert

RGB 5 6 93 -
CMYK 0.95 0.94 0 0.64
HSL 239.32º 0.9% 0.19% -
HSV(B) 239.32º 0.95% 0.36% -
XYZ 2.1 0.95 10.43 -
YUV 15.62 171.67 120.43 -
System Red Green Blue C M Y K H S L
Decimal 5 6 93 0.95 0.94 0 0.64 239.32 0.9 0.19
Hex 5 6 5D 5F 5E 0 40 EF 5A 13
Octal 5 6 135 137 136 0 100 357 132 23
Binary 101 110 1011101 1011111 1011110 0 1000000 11101111 1011010 10011

Color Harmonies of #05065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05065D

Black with #05065D

Text Example


Text Example

White with #05065D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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