Html Css Color HEX #1B137C Midnight Blue

📋 copy color: '#1B137C'

red 27 ◦ green 19 ◦ blue 124

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

Shades of Midnight Blue #1B137C

Tints of Midnight Blue #1B137C

RGB

 RED value IS 27 (10.94% from 255) = 15.88%

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

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

R = 15.88%
G = 11.18%
B = 72.94%

CMYK

 C value IS 0.78

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1B137C (or 0x1B137C) is known color: Midnight Blue. HEX triplet: 1B, 13 and 7C. RGB value is (27,19,124). Sum of RGB (Red+Green+Blue) = 27+19+124=170 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.88% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 124 (48.83% from 255 or 72.94% from 170); Max value from RGB is 124 - color contains mainly: blue. Hex color #1B137C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B137C is #E4EC83. Grayscale: #202020. Windows color (decimal): -15002756 or 8131355. OLE color: 8131355.

HSL color Cylindrical-coordinate representation of color #1B137C: hue angle of 244.57º degrees, saturation: 0.73, 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 #1B137C is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 27 19 124 -
CMYK 0.78 0.85 0 0.51
HSL 244.57º 0.73% 0.28% -
HSV(B) 244.57º 0.85% 0.49% -
XYZ 4.32 2.15 19.26 -
YUV 33.36 179.15 123.46 -
System Red Green Blue C M Y K H S L
Decimal 27 19 124 0.78 0.85 0 0.51 244.57 0.73 0.28
Hex 1B 13 7C 4E 55 0 33 F5 49 1C
Octal 33 23 174 116 125 0 63 365 111 34
Binary 11011 10011 1111100 1001110 1010101 0 110011 11110101 1001001 11100

Color Harmonies of #1B137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B137C

Black with #1B137C

Text Example


Text Example

White with #1B137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B137C; }

 p { color: rgb(27,19,124); }

 H1.HeaderClassName
 {
   color: #1B137C;
 }
 .AnyTagClassName
 {
   color: #1B137C;
 }
</style>

background-color css

<style>
 a { background-color: #1B137C; }

 a { background-color: rgb(27,19,124); }

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

border-color css

<style>
 span { border-color: #1B137C; }

 span { border-color: rgb(27,19,124); }

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