#0a08af

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

Shades of New Midnight Blue #0A08AF

Tints of New Midnight Blue #0A08AF

Color information

#0A08AF (or 0x0A08AF) is unknown color: approx New Midnight Blue. HEX triplet: 0A, 08 and AF. RGB value is (10,8,175). Sum of RGB (Red+Green+Blue) = 10+8+175=193 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.18% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 175 (68.75% from 255 or 90.67% from 193); Max value from RGB is 175 - color contains mainly: blue. Hex color #0A08AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A08AF is #F5F750. Grayscale: #1A1A1A. Windows color (decimal): -16119633 or 11470858. OLE color: 11470858.

HSL color Cylindrical-coordinate representation of color #0A08AF: hue angle of 240.72º degrees, saturation: 0.91, 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 #0A08AF is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB108175-
CMYK0.940.9500.31
HSL240.72º91.26%35.88%-
HSV(B)240.72º95.43%68.63%-
XYZ7.953.3340.78-
YUV27.64211.16115.42-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.18%
GREEN value IS 8 (3.52% from 255) = 4.15%
BLUE value IS 175 (68.75% from 255) = 90.67%
R=5.18%
G=4.15%
B=90.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1081750.940.9500.31240.7291.2635.88
HexA8AF5E5F01Ff15b24
Octal121025713613703736113344
Binary101010001010111110111101011111011111111100011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a08af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0a08af; }

 p { color: rgb(10,8,175); }

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

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

 a { background-color: rgb(10,8,175); }

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

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

 span { border-color: rgb(10,8,175); }

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