#100BB4

Color #100BB4 New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #100BB4

Tints of New Midnight Blue #100BB4

Color information

#100BB4 (or 0x100BB4) is unknown color: approx New Midnight Blue. HEX triplet: 10, 0B and B4. RGB value is (16,11,180). Sum of RGB (Red+Green+Blue) = 16+11+180=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 11 (4.69% from 255 or 5.31% from 207); Blue value is 180 (70.70% from 255 or 86.96% from 207); Max value from RGB is 180 - color contains mainly: blue. Hex color #100BB4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100BB4 is #EFF44B. Grayscale: #1F1F1F. Windows color (decimal): -15725644 or 11799312. OLE color: 11799312.

HSL color Cylindrical-coordinate representation of color #100BB4: hue angle of 241.78º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100BB4 is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1611180-
CMYK0.910.9400.29
HSL241.78º88.48%37.45%-
HSV(B)241.78º93.89%70.59%-
XYZ8.573.6443.43-
YUV31.76211.66116.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.73%
GREEN value IS 11 (4.69% from 255) = 5.31%
BLUE value IS 180 (70.70% from 255) = 86.96%
R=7.73%
G=5.31%
B=86.96%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16111800.910.9400.29241.7888.4837.45
Hex10BB45B5E01Df25825
Octal201326413313603536213045
Binary1000010111011010010110111011110011101111100101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100BB4; }

 p { color: rgb(16,11,180); }

 H1.HeaderClassName
 {
   color: #100BB4;
 }
 .AnyTagClassName
 {
   color: #100BB4;
 }
</style>
background-color css

<style>
 a { background-color: #100BB4; }

 a { background-color: rgb(16,11,180); }

 div.DivClassName
 {
   background-color: #100BB4;
 }
 .BgClassName
 {
   background-color: #100BB4;
 }
</style>
border-color css

<style>
 span { border-color: #100BB4; }

 span { border-color: rgb(16,11,180); }

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