#080D8D

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

Shades of Ultramarine #080D8D

Tints of Ultramarine #080D8D

Color information

#080D8D (or 0x080D8D) is unknown color: approx Ultramarine. HEX triplet: 08, 0D and 8D. RGB value is (8,13,141). Sum of RGB (Red+Green+Blue) = 8+13+141=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 141 (55.47% from 255 or 87.04% from 162); Max value from RGB is 141 - color contains mainly: blue. Hex color #080D8D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080D8D is #F7F272. Grayscale: #191919. Windows color (decimal): -16249459 or 9243912. OLE color: 9243912.

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

Color convert

RGB813141-
CMYK0.940.9100.45
HSL237.74º89.26%29.22%-
HSV(B)237.74º94.33%55.29%-
XYZ5.052.2625.37-
YUV26.1192.84115.09-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.94%
GREEN value IS 13 (5.47% from 255) = 8.02%
BLUE value IS 141 (55.47% from 255) = 87.04%
R=4.94%
G=8.02%
B=87.04%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8131410.940.9100.45237.7489.2629.22
Hex8D8D5E5B02Dee591d
Octal101521513613305535613135
Binary100011011000110110111101011011010110111101110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,13,141); }

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

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

 a { background-color: rgb(8,13,141); }

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

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

 span { border-color: rgb(8,13,141); }

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