Html Css Color HEX #05095A Midnight Blue

📋 copy color: '#05095A'

red 5 ◦ green 9 ◦ blue 90

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

Shades of Midnight Blue #05095A

Tints of Midnight Blue #05095A

RGB

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

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

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

R = 4.81%
G = 8.65%
B = 86.54%

CMYK

 C value IS 0.94

 M value IS 0.9

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#05095A (or 0x05095A) is known color: Midnight Blue. HEX triplet: 05, 09 and 5A. RGB value is (5,9,90). Sum of RGB (Red+Green+Blue) = 5+9+90=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 90 (35.55% from 255 or 86.54% from 104); Max value from RGB is 90 - color contains mainly: blue. Hex color #05095A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05095A is #FAF6A5. Grayscale: #101010. Windows color (decimal): -16447142 or 5900549. OLE color: 5900549.

HSL color Cylindrical-coordinate representation of color #05095A: hue angle of 237.18º 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 #05095A is Cyan = 0.94, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 9 90 -
CMYK 0.94 0.9 0 0.65
HSL 237.18º 0.89% 0.19% -
HSV(B) 237.18º 0.94% 0.35% -
XYZ 2.01 0.97 9.75 -
YUV 17.04 169.17 119.41 -
System Red Green Blue C M Y K H S L
Decimal 5 9 90 0.94 0.9 0 0.65 237.18 0.89 0.19
Hex 5 9 5A 5E 5A 0 41 ED 59 13
Octal 5 11 132 136 132 0 101 355 131 23
Binary 101 1001 1011010 1011110 1011010 0 1000001 11101101 1011001 10011

Color Harmonies of #05095A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05095A

Black with #05095A

Text Example


Text Example

White with #05095A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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