Html Css Color HEX #100066 Midnight Blue

📋 copy color: '#100066'

red 16 ◦ green 0 ◦ blue 102

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

Shades of Midnight Blue #100066

Tints of Midnight Blue #100066

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 102 (40.23% from 255) = 86.44%

R = 13.56%
G = 0%
B = 86.44%

CMYK

 C value IS 0.84

 M value IS 1

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#100066 (or 0x100066) is known color: Midnight Blue. HEX triplet: 10, 00 and 66. RGB value is (16,0,102). Sum of RGB (Red+Green+Blue) = 16+0+102=118 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.56% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 102 (40.23% from 255 or 86.44% from 118); Max value from RGB is 102 - color contains mainly: blue. Hex color #100066 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100066 is #EFFF99. Grayscale: #101010. Windows color (decimal): -15728538 or 6684688. OLE color: 6684688.

HSL color Cylindrical-coordinate representation of color #100066: hue angle of 249.41º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #100066 is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 16 0 102 -
CMYK 0.84 1 0 0.6
HSL 249.41º 1% 0.2% -
HSV(B) 249.41º 1% 0.4% -
XYZ 2.61 1.07 12.64 -
YUV 16.41 176.3 127.71 -
System Red Green Blue C M Y K H S L
Decimal 16 0 102 0.84 1 0 0.6 249.41 1 0.2
Hex 10 0 66 54 64 0 3C F9 64 14
Octal 20 0 146 124 144 0 74 371 144 24
Binary 10000 0 1100110 1010100 1100100 0 111100 11111001 1100100 10100

Color Harmonies of #100066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100066

Black with #100066

Text Example


Text Example

White with #100066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100066; }

 p { color: rgb(16,0,102); }

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

background-color css

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

 a { background-color: rgb(16,0,102); }

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

border-color css

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

 span { border-color: rgb(16,0,102); }

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