#080AA3

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

Shades of New Midnight Blue #080AA3

Tints of New Midnight Blue #080AA3

Color information

#080AA3 (or 0x080AA3) is unknown color: approx New Midnight Blue. HEX triplet: 08, 0A and A3. RGB value is (8,10,163). Sum of RGB (Red+Green+Blue) = 8+10+163=181 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.42% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 163 (64.06% from 255 or 90.06% from 181); Max value from RGB is 163 - color contains mainly: blue. Hex color #080AA3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080AA3 is #F7F55C. Grayscale: #1A1A1A. Windows color (decimal): -16250205 or 10684936. OLE color: 10684936.

HSL color Cylindrical-coordinate representation of color #080AA3: hue angle of 239.23º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080AA3 is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB810163-
CMYK0.950.9400.36
HSL239.23º90.64%33.53%-
HSV(B)239.23º95.09%63.92%-
XYZ6.822.9134.85-
YUV26.84204.84114.56-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.42%
GREEN value IS 10 (4.30% from 255) = 5.52%
BLUE value IS 163 (64.06% from 255) = 90.06%
R=4.42%
G=5.52%
B=90.06%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal8101630.950.9400.36239.2390.6433.53
Hex8AA35F5E024ef5b22
Octal101224313713604435713342
Binary1000101010100011101111110111100100100111011111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080AA3; }

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

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

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

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

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

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

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

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