Html Css Color HEX #05035A Midnight Blue

📋 copy color: '#05035A'

red 5 ◦ green 3 ◦ blue 90

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

Shades of Midnight Blue #05035A

Tints of Midnight Blue #05035A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.06%

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

R = 5.1%
G = 3.06%
B = 91.84%

CMYK

 C value IS 0.94

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#05035A (or 0x05035A) is known color: Midnight Blue. HEX triplet: 05, 03 and 5A. RGB value is (5,3,90). Sum of RGB (Red+Green+Blue) = 5+3+90=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 90 (35.55% from 255 or 91.84% from 98); Max value from RGB is 90 - color contains mainly: blue. Hex color #05035A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05035A is #FAFCA5. Grayscale: #0D0D0D. Windows color (decimal): -16448678 or 5899013. OLE color: 5899013.

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

Color convert

RGB 5 3 90 -
CMYK 0.94 0.97 0 0.65
HSL 241.38º 0.94% 0.18% -
HSV(B) 241.38º 0.97% 0.35% -
XYZ 1.94 0.84 9.73 -
YUV 13.52 171.16 121.93 -
System Red Green Blue C M Y K H S L
Decimal 5 3 90 0.94 0.97 0 0.65 241.38 0.94 0.18
Hex 5 3 5A 5E 61 0 41 F1 5E 12
Octal 5 3 132 136 141 0 101 361 136 22
Binary 101 11 1011010 1011110 1100001 0 1000001 11110001 1011110 10010

Color Harmonies of #05035A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05035A

Black with #05035A

Text Example


Text Example

White with #05035A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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