Html Css Color HEX #1B115C Midnight Blue

📋 copy color: '#1B115C'

red 27 ◦ green 17 ◦ blue 92

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

Shades of Midnight Blue #1B115C

Tints of Midnight Blue #1B115C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.5%

 BLUE value IS 92 (36.33% from 255) = 67.65%

R = 19.85%
G = 12.5%
B = 67.65%

CMYK

 C value IS 0.71

 M value IS 0.82

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1B115C (or 0x1B115C) is known color: Midnight Blue. HEX triplet: 1B, 11 and 5C. RGB value is (27,17,92). Sum of RGB (Red+Green+Blue) = 27+17+92=136 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.85% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 92 (36.33% from 255 or 67.65% from 136); Max value from RGB is 92 - color contains mainly: blue. Hex color #1B115C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B115C is #E4EEA3. Grayscale: #1C1C1C. Windows color (decimal): -15003300 or 6033691. OLE color: 6033691.

HSL color Cylindrical-coordinate representation of color #1B115C: hue angle of 248º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B115C is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 27 17 92 -
CMYK 0.71 0.82 0 0.64
HSL 248º 0.69% 0.21% -
HSV(B) 248º 0.82% 0.36% -
XYZ 2.58 1.41 10.26 -
YUV 28.54 163.81 126.9 -
System Red Green Blue C M Y K H S L
Decimal 27 17 92 0.71 0.82 0 0.64 248 0.69 0.21
Hex 1B 11 5C 47 52 0 40 F8 45 15
Octal 33 21 134 107 122 0 100 370 105 25
Binary 11011 10001 1011100 1000111 1010010 0 1000000 11111000 1000101 10101

Color Harmonies of #1B115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B115C

Black with #1B115C

Text Example


Text Example

White with #1B115C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,17,92); }

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

background-color css

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

 a { background-color: rgb(27,17,92); }

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

border-color css

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

 span { border-color: rgb(27,17,92); }

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