Html Css Color HEX #11257C Midnight Blue

📋 copy color: '#11257C'

red 17 ◦ green 37 ◦ blue 124

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

Shades of Midnight Blue #11257C

Tints of Midnight Blue #11257C

RGB

 RED value IS 17 (7.03% from 255) = 9.55%

 GREEN value IS 37 (14.84% from 255) = 20.79%

 BLUE value IS 124 (48.83% from 255) = 69.66%

R = 9.55%
G = 20.79%
B = 69.66%

CMYK

 C value IS 0.86

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11257C (or 0x11257C) is known color: Midnight Blue. HEX triplet: 11, 25 and 7C. RGB value is (17,37,124). Sum of RGB (Red+Green+Blue) = 17+37+124=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 124 (48.83% from 255 or 69.66% from 178); Max value from RGB is 124 - color contains mainly: blue. Hex color #11257C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11257C is #EEDA83. Grayscale: #282828. Windows color (decimal): -15653508 or 8135953. OLE color: 8135953.

HSL color Cylindrical-coordinate representation of color #11257C: hue angle of 228.79º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11257C is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 37 124 -
CMYK 0.86 0.70 0 0.51
HSL 228.79º 0.76% 0.28% -
HSV(B) 228.79º 0.86% 0.49% -
XYZ 4.53 2.9 19.39 -
YUV 40.94 174.87 110.93 -
System Red Green Blue C M Y K H S L
Decimal 17 37 124 0.86 0.70 0 0.51 228.79 0.76 0.28
Hex 11 25 7C 56 46 0 33 E5 4C 1C
Octal 21 45 174 126 106 0 63 345 114 34
Binary 10001 100101 1111100 1010110 1000110 0 110011 11100101 1001100 11100

Color Harmonies of #11257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11257C

Black with #11257C

Text Example


Text Example

White with #11257C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11257C; }

 p { color: rgb(17,37,124); }

 H1.HeaderClassName
 {
   color: #11257C;
 }
 .AnyTagClassName
 {
   color: #11257C;
 }
</style>

background-color css

<style>
 a { background-color: #11257C; }

 a { background-color: rgb(17,37,124); }

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

border-color css

<style>
 span { border-color: #11257C; }

 span { border-color: rgb(17,37,124); }

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