Html Css Color HEX #1109B1 New Midnight Blue

📋 copy color: '#1109B1'

red 17 ◦ green 9 ◦ blue 177

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

Shades of New Midnight Blue #1109B1

Tints of New Midnight Blue #1109B1

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.43%

 BLUE value IS 177 (69.53% from 255) = 87.19%

R = 8.37%
G = 4.43%
B = 87.19%

CMYK

 C value IS 0.90

 M value IS 0.95

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1109B1 (or 0x1109B1) is known color: New Midnight Blue. HEX triplet: 11, 09 and B1. RGB value is (17,9,177). Sum of RGB (Red+Green+Blue) = 17+9+177=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 177 (69.53% from 255 or 87.19% from 203); Max value from RGB is 177 - color contains mainly: blue. Hex color #1109B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1109B1 is #EEF64E. Grayscale: #1D1D1D. Windows color (decimal): -15660623 or 11602193. OLE color: 11602193.

HSL color Cylindrical-coordinate representation of color #1109B1: hue angle of 242.86º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1109B1 is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 9 177 -
CMYK 0.90 0.95 0 0.31
HSL 242.86º 0.9% 0.36% -
HSV(B) 242.86º 0.95% 0.69% -
XYZ 8.26 3.49 41.83 -
YUV 30.54 210.65 118.34 -
System Red Green Blue C M Y K H S L
Decimal 17 9 177 0.90 0.95 0 0.31 242.86 0.9 0.36
Hex 11 9 B1 5A 5F 0 1F F3 5A 24
Octal 21 11 261 132 137 0 37 363 132 44
Binary 10001 1001 10110001 1011010 1011111 0 11111 11110011 1011010 100100

Color Harmonies of #1109B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1109B1

Black with #1109B1

Text Example


Text Example

White with #1109B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1109B1; }

 p { color: rgb(17,9,177); }

 H1.HeaderClassName
 {
   color: #1109B1;
 }
 .AnyTagClassName
 {
   color: #1109B1;
 }
</style>

background-color css

<style>
 a { background-color: #1109B1; }

 a { background-color: rgb(17,9,177); }

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

border-color css

<style>
 span { border-color: #1109B1; }

 span { border-color: rgb(17,9,177); }

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