Html Css Color HEX #1B127C Midnight Blue

📋 copy color: '#1B127C'

red 27 ◦ green 18 ◦ blue 124

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

Shades of Midnight Blue #1B127C

Tints of Midnight Blue #1B127C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.65%

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

R = 15.98%
G = 10.65%
B = 73.37%

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

#1B127C (or 0x1B127C) is known color: Midnight Blue. HEX triplet: 1B, 12 and 7C. RGB value is (27,18,124). Sum of RGB (Red+Green+Blue) = 27+18+124=169 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.98% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 124 (48.83% from 255 or 73.37% from 169); Max value from RGB is 124 - color contains mainly: blue. Hex color #1B127C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B127C is #E4ED83. Grayscale: #202020. Windows color (decimal): -15003012 or 8131099. OLE color: 8131099.

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

Color convert

RGB 27 18 124 -
CMYK 0.78 0.85 0 0.51
HSL 245.09º 0.75% 0.28% -
HSV(B) 245.09º 0.85% 0.49% -
XYZ 4.31 2.12 19.25 -
YUV 32.78 179.48 123.88 -
System Red Green Blue C M Y K H S L
Decimal 27 18 124 0.78 0.85 0 0.51 245.09 0.75 0.28
Hex 1B 12 7C 4E 55 0 33 F5 4B 1C
Octal 33 22 174 116 125 0 63 365 113 34
Binary 11011 10010 1111100 1001110 1010101 0 110011 11110101 1001011 11100

Color Harmonies of #1B127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B127C

Black with #1B127C

Text Example


Text Example

White with #1B127C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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