Html Css Color HEX #05197D Midnight Blue

📋 copy color: '#05197D'

red 5 ◦ green 25 ◦ blue 125

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

Shades of Midnight Blue #05197D

Tints of Midnight Blue #05197D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.13%

 BLUE value IS 125 (49.22% from 255) = 80.65%

R = 3.23%
G = 16.13%
B = 80.65%

CMYK

 C value IS 0.96

 M value IS 0.8

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#05197D (or 0x05197D) is known color: Midnight Blue. HEX triplet: 05, 19 and 7D. RGB value is (5,25,125). Sum of RGB (Red+Green+Blue) = 5+25+125=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 125 (49.22% from 255 or 80.65% from 155); Max value from RGB is 125 - color contains mainly: blue. Hex color #05197D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05197D is #FAE682. Grayscale: #1E1E1E. Windows color (decimal): -16443011 or 8198405. OLE color: 8198405.

HSL color Cylindrical-coordinate representation of color #05197D: hue angle of 230º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05197D is Cyan = 0.96, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 25 125 -
CMYK 0.96 0.8 0 0.51
HSL 230º 0.92% 0.25% -
HSV(B) 230º 0.96% 0.49% -
XYZ 4.11 2.21 19.61 -
YUV 30.42 181.37 109.87 -
System Red Green Blue C M Y K H S L
Decimal 5 25 125 0.96 0.8 0 0.51 230 0.92 0.25
Hex 5 19 7D 60 50 0 33 E6 5C 19
Octal 5 31 175 140 120 0 63 346 134 31
Binary 101 11001 1111101 1100000 1010000 0 110011 11100110 1011100 11001

Color Harmonies of #05197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05197D

Black with #05197D

Text Example


Text Example

White with #05197D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,25,125); }

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

background-color css

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

 a { background-color: rgb(5,25,125); }

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

border-color css

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

 span { border-color: rgb(5,25,125); }

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