#100262

Color #100262 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #100262

Tints of Midnight Blue #100262

Color information

#100262 (or 0x100262) is unknown color: approx Midnight Blue. HEX triplet: 10, 02 and 62. RGB value is (16,2,98). Sum of RGB (Red+Green+Blue) = 16+2+98=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 98 (38.67% from 255 or 84.48% from 116); Max value from RGB is 98 - color contains mainly: blue. Hex color #100262 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100262 is #EFFD9D. Grayscale: #101010. Windows color (decimal): -15728030 or 6423056. OLE color: 6423056.

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

Color convert

RGB16298-
CMYK0.840.9800.62
HSL248.75º96%19.61%-
HSV(B)248.75º97.96%38.43%-
XYZ2.441.0411.63-
YUV17.13173.64127.19-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.79%
GREEN value IS 2 (1.17% from 255) = 1.72%
BLUE value IS 98 (38.67% from 255) = 84.48%
R=13.79%
G=1.72%
B=84.48%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal162980.840.9800.62248.759619.61
Hex10262546203Ef96014
Octal20214212414207637114024
Binary1000010110001010101001100010011111011111001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100262; }

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

 H1.HeaderClassName
 {
   color: #100262;
 }
 .AnyTagClassName
 {
   color: #100262;
 }
</style>
background-color css

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

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

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

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

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

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