Html Css Color HEX #100266 Midnight Blue

📋 copy color: '#100266'

red 16 ◦ green 2 ◦ blue 102

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

Shades of Midnight Blue #100266

Tints of Midnight Blue #100266

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.67%

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

R = 13.33%
G = 1.67%
B = 85%

CMYK

 C value IS 0.84

 M value IS 0.98

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#100266 (or 0x100266) is known color: Midnight Blue. HEX triplet: 10, 02 and 66. RGB value is (16,2,102). Sum of RGB (Red+Green+Blue) = 16+2+102=120 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.33% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 102 (40.23% from 255 or 85% from 120); Max value from RGB is 102 - color contains mainly: blue. Hex color #100266 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100266 is #EFFD99. Grayscale: #111111. Windows color (decimal): -15728026 or 6685200. OLE color: 6685200.

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

Color convert

RGB 16 2 102 -
CMYK 0.84 0.98 0 0.6
HSL 248.4º 0.96% 0.2% -
HSV(B) 248.4º 0.98% 0.4% -
XYZ 2.63 1.11 12.65 -
YUV 17.59 175.64 126.87 -
System Red Green Blue C M Y K H S L
Decimal 16 2 102 0.84 0.98 0 0.6 248.4 0.96 0.2
Hex 10 2 66 54 62 0 3C F8 60 14
Octal 20 2 146 124 142 0 74 370 140 24
Binary 10000 10 1100110 1010100 1100010 0 111100 11111000 1100000 10100

Color Harmonies of #100266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100266

Black with #100266

Text Example


Text Example

White with #100266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100266; }

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

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

background-color css

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

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

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

border-color css

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

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

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