Html Css Color HEX #100B60 Midnight Blue

📋 copy color: '#100B60'

red 16 ◦ green 11 ◦ blue 96

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

Shades of Midnight Blue #100B60

Tints of Midnight Blue #100B60

RGB

 RED value IS 16 (6.64% from 255) = 13.01%

 GREEN value IS 11 (4.69% from 255) = 8.94%

 BLUE value IS 96 (37.89% from 255) = 78.05%

R = 13.01%
G = 8.94%
B = 78.05%

CMYK

 C value IS 0.83

 M value IS 0.89

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#100B60 (or 0x100B60) is known color: Midnight Blue. HEX triplet: 10, 0B and 60. RGB value is (16,11,96). Sum of RGB (Red+Green+Blue) = 16+11+96=123 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.01% from 123); Green value is 11 (4.69% from 255 or 8.94% from 123); Blue value is 96 (37.89% from 255 or 78.05% from 123); Max value from RGB is 96 - color contains mainly: blue. Hex color #100B60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100B60 is #EFF49F. Grayscale: #151515. Windows color (decimal): -15725728 or 6294288. OLE color: 6294288.

HSL color Cylindrical-coordinate representation of color #100B60: hue angle of 243.53º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #100B60 is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 16 11 96 -
CMYK 0.83 0.89 0 0.62
HSL 243.53º 0.79% 0.21% -
HSV(B) 243.53º 0.89% 0.38% -
XYZ 2.44 1.19 11.17 -
YUV 22.19 169.66 123.59 -
System Red Green Blue C M Y K H S L
Decimal 16 11 96 0.83 0.89 0 0.62 243.53 0.79 0.21
Hex 10 B 60 53 59 0 3E F4 4F 15
Octal 20 13 140 123 131 0 76 364 117 25
Binary 10000 1011 1100000 1010011 1011001 0 111110 11110100 1001111 10101

Color Harmonies of #100B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100B60

Black with #100B60

Text Example


Text Example

White with #100B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #100B60;
 }
 .AnyTagClassName
 {
   color: #100B60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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