#080e8a

Color #080E8A Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #080E8A

Tints of Ultramarine #080E8A

Color information

#080E8A (or 0x080E8A) is unknown color: approx Ultramarine. HEX triplet: 08, 0E and 8A. RGB value is (8,14,138). Sum of RGB (Red+Green+Blue) = 8+14+138=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 14 (5.86% from 255 or 8.75% from 160); Blue value is 138 (54.30% from 255 or 86.25% from 160); Max value from RGB is 138 - color contains mainly: blue. Hex color #080E8A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080E8A is #F7F175. Grayscale: #191919. Windows color (decimal): -16249206 or 9047560. OLE color: 9047560.

HSL color Cylindrical-coordinate representation of color #080E8A: hue angle of 237.23º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #080E8A is Cyan = 0.94, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB814138-
CMYK0.940.9000.46
HSL237.23º89.04%28.63%-
HSV(B)237.23º94.2%54.12%-
XYZ4.842.224.21-
YUV26.34191.01114.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5%
GREEN value IS 14 (5.86% from 255) = 8.75%
BLUE value IS 138 (54.30% from 255) = 86.25%
R=5%
G=8.75%
B=86.25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8141380.940.9000.46237.2389.0428.63
Hex8E8A5E5A02Eed591d
Octal101621213613205635513135
Binary100011101000101010111101011010010111011101101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080e8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,14,138); }

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

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

 a { background-color: rgb(8,14,138); }

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

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

 span { border-color: rgb(8,14,138); }

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