#1008B2

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

Shades of New Midnight Blue #1008B2

Tints of New Midnight Blue #1008B2

Color information

#1008B2 (or 0x1008B2) is unknown color: approx New Midnight Blue. HEX triplet: 10, 08 and B2. RGB value is (16,8,178). Sum of RGB (Red+Green+Blue) = 16+8+178=202 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.92% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 178 (69.92% from 255 or 88.12% from 202); Max value from RGB is 178 - color contains mainly: blue. Hex color #1008B2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1008B2 is #EFF74D. Grayscale: #1D1D1D. Windows color (decimal): -15726414 or 11667472. OLE color: 11667472.

HSL color Cylindrical-coordinate representation of color #1008B2: hue angle of 242.82º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1008B2 is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB168178-
CMYK0.910.9600.30
HSL242.82º91.4%36.47%-
HSV(B)242.82º95.51%69.8%-
XYZ8.343.542.36-
YUV29.77211.65118.18-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.92%
GREEN value IS 8 (3.52% from 255) = 3.96%
BLUE value IS 178 (69.92% from 255) = 88.12%
R=7.92%
G=3.96%
B=88.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1681780.910.9600.30242.8291.436.47
Hex108B25B6001Ef35b24
Octal201026213314003636313344
Binary1000010001011001010110111100000011110111100111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1008B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1008B2; }

 p { color: rgb(16,8,178); }

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

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

 a { background-color: rgb(16,8,178); }

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

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

 span { border-color: rgb(16,8,178); }

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