Html Css Color HEX #13177E Midnight Blue

📋 copy color: '#13177E'

red 19 ◦ green 23 ◦ blue 126

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

Shades of Midnight Blue #13177E

Tints of Midnight Blue #13177E

RGB

 RED value IS 19 (7.81% from 255) = 11.31%

 GREEN value IS 23 (9.38% from 255) = 13.69%

 BLUE value IS 126 (49.61% from 255) = 75%

R = 11.31%
G = 13.69%
B = 75%

CMYK

 C value IS 0.85

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13177E (or 0x13177E) is known color: Midnight Blue. HEX triplet: 13, 17 and 7E. RGB value is (19,23,126). Sum of RGB (Red+Green+Blue) = 19+23+126=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 126 (49.61% from 255 or 75% from 168); Max value from RGB is 126 - color contains mainly: blue. Hex color #13177E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13177E is #ECE881. Grayscale: #212121. Windows color (decimal): -15526018 or 8263443. OLE color: 8263443.

HSL color Cylindrical-coordinate representation of color #13177E: hue angle of 237.76º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13177E is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 23 126 -
CMYK 0.85 0.82 0 0.51
HSL 237.76º 0.74% 0.28% -
HSV(B) 237.76º 0.85% 0.49% -
XYZ 4.34 2.26 19.95 -
YUV 33.55 180.17 117.62 -
System Red Green Blue C M Y K H S L
Decimal 19 23 126 0.85 0.82 0 0.51 237.76 0.74 0.28
Hex 13 17 7E 55 52 0 33 EE 4A 1C
Octal 23 27 176 125 122 0 63 356 112 34
Binary 10011 10111 1111110 1010101 1010010 0 110011 11101110 1001010 11100

Color Harmonies of #13177E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13177E

Black with #13177E

Text Example


Text Example

White with #13177E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,23,126); }

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

background-color css

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

 a { background-color: rgb(19,23,126); }

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

border-color css

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

 span { border-color: rgb(19,23,126); }

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