Html Css Color HEX #100251 Midnight Blue

📋 copy color: '#100251'

red 16 ◦ green 2 ◦ blue 81

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

Shades of Midnight Blue #100251

Tints of Midnight Blue #100251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 81.82%

R = 16.16%
G = 2.02%
B = 81.82%

CMYK

 C value IS 0.80

 M value IS 0.98

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#100251 (or 0x100251) is known color: Midnight Blue. HEX triplet: 10, 02 and 51. RGB value is (16,2,81). Sum of RGB (Red+Green+Blue) = 16+2+81=99 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16.16% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 81 (32.03% from 255 or 81.82% from 99); Max value from RGB is 81 - color contains mainly: blue. Hex color #100251 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100251 is #EFFDAE. Grayscale: #0E0E0E. Windows color (decimal): -15728047 or 5308944. OLE color: 5308944.

HSL color Cylindrical-coordinate representation of color #100251: hue angle of 250.63º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #100251 is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 16 2 81 -
CMYK 0.80 0.98 0 0.68
HSL 250.63º 0.95% 0.16% -
HSV(B) 250.63º 0.98% 0.32% -
XYZ 1.72 0.75 7.84 -
YUV 15.19 165.14 128.58 -
System Red Green Blue C M Y K H S L
Decimal 16 2 81 0.80 0.98 0 0.68 250.63 0.95 0.16
Hex 10 2 51 50 62 0 44 FB 5F 10
Octal 20 2 121 120 142 0 104 373 137 20
Binary 10000 10 1010001 1010000 1100010 0 1000100 11111011 1011111 10000

Color Harmonies of #100251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100251

Black with #100251

Text Example


Text Example

White with #100251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100251; }

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

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

background-color css

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

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

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

border-color css

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

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

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