Html Css Color HEX #100259 Midnight Blue

📋 copy color: '#100259'

red 16 ◦ green 2 ◦ blue 89

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

Shades of Midnight Blue #100259

Tints of Midnight Blue #100259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 83.18%

R = 14.95%
G = 1.87%
B = 83.18%

CMYK

 C value IS 0.82

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#100259 (or 0x100259) is known color: Midnight Blue. HEX triplet: 10, 02 and 59. RGB value is (16,2,89). Sum of RGB (Red+Green+Blue) = 16+2+89=107 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.95% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 89 (35.16% from 255 or 83.18% from 107); Max value from RGB is 89 - color contains mainly: blue. Hex color #100259 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100259 is #EFFDA6. Grayscale: #0F0F0F. Windows color (decimal): -15728039 or 5833232. OLE color: 5833232.

HSL color Cylindrical-coordinate representation of color #100259: hue angle of 249.66º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #100259 is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 16 2 89 -
CMYK 0.82 0.98 0 0.65
HSL 249.66º 0.96% 0.18% -
HSV(B) 249.66º 0.98% 0.35% -
XYZ 2.04 0.87 9.51 -
YUV 16.1 169.14 127.93 -
System Red Green Blue C M Y K H S L
Decimal 16 2 89 0.82 0.98 0 0.65 249.66 0.96 0.18
Hex 10 2 59 52 62 0 41 FA 60 12
Octal 20 2 131 122 142 0 101 372 140 22
Binary 10000 10 1011001 1010010 1100010 0 1000001 11111010 1100000 10010

Color Harmonies of #100259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100259

Black with #100259

Text Example


Text Example

White with #100259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100259; }

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

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

background-color css

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

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

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

border-color css

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

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

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