Html Css Color HEX #05136E Midnight Blue

📋 copy color: '#05136E'

red 5 ◦ green 19 ◦ blue 110

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

Shades of Midnight Blue #05136E

Tints of Midnight Blue #05136E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.18%

 BLUE value IS 110 (43.36% from 255) = 82.09%

R = 3.73%
G = 14.18%
B = 82.09%

CMYK

 C value IS 0.95

 M value IS 0.83

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#05136E (or 0x05136E) is known color: Midnight Blue. HEX triplet: 05, 13 and 6E. RGB value is (5,19,110). Sum of RGB (Red+Green+Blue) = 5+19+110=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 110 (43.36% from 255 or 82.09% from 134); Max value from RGB is 110 - color contains mainly: blue. Hex color #05136E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05136E is #FAEC91. Grayscale: #181818. Windows color (decimal): -16444562 or 7213829. OLE color: 7213829.

HSL color Cylindrical-coordinate representation of color #05136E: hue angle of 232º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05136E is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 5 19 110 -
CMYK 0.95 0.83 0 0.57
HSL 232º 0.91% 0.23% -
HSV(B) 232º 0.95% 0.43% -
XYZ 3.11 1.62 14.9 -
YUV 25.19 175.86 113.6 -
System Red Green Blue C M Y K H S L
Decimal 5 19 110 0.95 0.83 0 0.57 232 0.91 0.23
Hex 5 13 6E 5F 53 0 39 E8 5B 17
Octal 5 23 156 137 123 0 71 350 133 27
Binary 101 10011 1101110 1011111 1010011 0 111001 11101000 1011011 10111

Color Harmonies of #05136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05136E

Black with #05136E

Text Example


Text Example

White with #05136E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,19,110); }

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

background-color css

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

 a { background-color: rgb(5,19,110); }

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

border-color css

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

 span { border-color: rgb(5,19,110); }

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