#100B67

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

Shades of Midnight Blue #100B67

Tints of Midnight Blue #100B67

Color information

#100B67 (or 0x100B67) is unknown color: approx Midnight Blue. HEX triplet: 10, 0B and 67. RGB value is (16,11,103). Sum of RGB (Red+Green+Blue) = 16+11+103=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 11 (4.69% from 255 or 8.46% from 130); Blue value is 103 (40.62% from 255 or 79.23% from 130); Max value from RGB is 103 - color contains mainly: blue. Hex color #100B67 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100B67 is #EFF498. Grayscale: #161616. Windows color (decimal): -15725721 or 6753040. OLE color: 6753040.

HSL color Cylindrical-coordinate representation of color #100B67: hue angle of 243.26º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #100B67 is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1611103-
CMYK0.840.8900.60
HSL243.26º80.7%22.35%-
HSV(B)243.26º89.32%40.39%-
XYZ2.781.3312.94-
YUV22.98173.16123.02-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.31%
GREEN value IS 11 (4.69% from 255) = 8.46%
BLUE value IS 103 (40.62% from 255) = 79.23%
R=12.31%
G=8.46%
B=79.23%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal16111030.840.8900.60243.2680.722.35
Hex10B67545903Cf35116
Octal201314712413107436312126
Binary100001011110011110101001011001011110011110011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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