#1009AF

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

Shades of New Midnight Blue #1009AF

Tints of New Midnight Blue #1009AF

Color information

#1009AF (or 0x1009AF) is unknown color: approx New Midnight Blue. HEX triplet: 10, 09 and AF. RGB value is (16,9,175). Sum of RGB (Red+Green+Blue) = 16+9+175=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 175 (68.75% from 255 or 87.5% from 200); Max value from RGB is 175 - color contains mainly: blue. Hex color #1009AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1009AF is #EFF650. Grayscale: #1D1D1D. Windows color (decimal): -15726161 or 11471120. OLE color: 11471120.

HSL color Cylindrical-coordinate representation of color #1009AF: hue angle of 242.53º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1009AF is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB169175-
CMYK0.910.9500.31
HSL242.53º90.22%36.08%-
HSV(B)242.53º94.86%68.63%-
XYZ8.053.440.79-
YUV30.02209.82118-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8%
GREEN value IS 9 (3.91% from 255) = 4.5%
BLUE value IS 175 (68.75% from 255) = 87.5%
R=8%
G=4.5%
B=87.5%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691750.910.9500.31242.5390.2236.08
Hex109AF5B5F01Ff35a24
Octal201125713313703736313244
Binary1000010011010111110110111011111011111111100111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1009AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1009AF; }

 p { color: rgb(16,9,175); }

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

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

 a { background-color: rgb(16,9,175); }

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

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

 span { border-color: rgb(16,9,175); }

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