Html Css Color HEX #05136F Midnight Blue

📋 copy color: '#05136F'

red 5 ◦ green 19 ◦ blue 111

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

Shades of Midnight Blue #05136F

Tints of Midnight Blue #05136F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 82.22%

R = 3.7%
G = 14.07%
B = 82.22%

CMYK

 C value IS 0.95

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#05136F (or 0x05136F) is known color: Midnight Blue. HEX triplet: 05, 13 and 6F. RGB value is (5,19,111). Sum of RGB (Red+Green+Blue) = 5+19+111=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 111 (43.75% from 255 or 82.22% from 135); Max value from RGB is 111 - color contains mainly: blue. Hex color #05136F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05136F is #FAEC90. Grayscale: #181818. Windows color (decimal): -16444561 or 7279365. OLE color: 7279365.

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

Color convert

RGB 5 19 111 -
CMYK 0.95 0.83 0 0.56
HSL 232.08º 0.91% 0.23% -
HSV(B) 232.08º 0.95% 0.44% -
XYZ 3.16 1.65 15.19 -
YUV 25.3 176.36 113.52 -
System Red Green Blue C M Y K H S L
Decimal 5 19 111 0.95 0.83 0 0.56 232.08 0.91 0.23
Hex 5 13 6F 5F 53 0 38 E8 5B 17
Octal 5 23 157 137 123 0 70 350 133 27
Binary 101 10011 1101111 1011111 1010011 0 111000 11101000 1011011 10111

Color Harmonies of #05136F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05136F

Black with #05136F

Text Example


Text Example

White with #05136F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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