Html Css Color HEX #05095D Midnight Blue

📋 copy color: '#05095D'

red 5 ◦ green 9 ◦ blue 93

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

Shades of Midnight Blue #05095D

Tints of Midnight Blue #05095D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.41%

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

R = 4.67%
G = 8.41%
B = 86.92%

CMYK

 C value IS 0.95

 M value IS 0.90

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#05095D (or 0x05095D) is known color: Midnight Blue. HEX triplet: 05, 09 and 5D. RGB value is (5,9,93). Sum of RGB (Red+Green+Blue) = 5+9+93=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 93 (36.72% from 255 or 86.92% from 107); Max value from RGB is 93 - color contains mainly: blue. Hex color #05095D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05095D is #FAF6A2. Grayscale: #111111. Windows color (decimal): -16447139 or 6097157. OLE color: 6097157.

HSL color Cylindrical-coordinate representation of color #05095D: hue angle of 237.27º 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 #05095D is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 9 93 -
CMYK 0.95 0.90 0 0.64
HSL 237.27º 0.9% 0.19% -
HSV(B) 237.27º 0.95% 0.36% -
XYZ 2.14 1.02 10.44 -
YUV 17.38 170.67 119.17 -
System Red Green Blue C M Y K H S L
Decimal 5 9 93 0.95 0.90 0 0.64 237.27 0.9 0.19
Hex 5 9 5D 5F 5A 0 40 ED 5A 13
Octal 5 11 135 137 132 0 100 355 132 23
Binary 101 1001 1011101 1011111 1011010 0 1000000 11101101 1011010 10011

Color Harmonies of #05095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05095D

Black with #05095D

Text Example


Text Example

White with #05095D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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