#090D8D

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

Shades of Ultramarine #090D8D

Tints of Ultramarine #090D8D

Color information

#090D8D (or 0x090D8D) is unknown color: approx Ultramarine. HEX triplet: 09, 0D and 8D. RGB value is (9,13,141). Sum of RGB (Red+Green+Blue) = 9+13+141=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 13 (5.47% from 255 or 7.98% from 163); Blue value is 141 (55.47% from 255 or 86.50% from 163); Max value from RGB is 141 - color contains mainly: blue. Hex color #090D8D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090D8D is #F6F272. Grayscale: #191919. Windows color (decimal): -16183923 or 9243913. OLE color: 9243913.

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

Color convert

RGB913141-
CMYK0.940.9100.45
HSL238.18º88%29.41%-
HSV(B)238.18º93.62%55.29%-
XYZ5.062.2725.37-
YUV26.4192.67115.59-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.52%
GREEN value IS 13 (5.47% from 255) = 7.98%
BLUE value IS 141 (55.47% from 255) = 86.50%
R=5.52%
G=7.98%
B=86.50%

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
Decimal9131410.940.9100.45238.188829.41
Hex9D8D5E5B02Dee581d
Octal111521513613305535613035
Binary100111011000110110111101011011010110111101110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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