#090E8D

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

Shades of Ultramarine #090E8D

Tints of Ultramarine #090E8D

Color information

#090E8D (or 0x090E8D) is unknown color: approx Ultramarine. HEX triplet: 09, 0E and 8D. RGB value is (9,14,141). Sum of RGB (Red+Green+Blue) = 9+14+141=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 14 (5.86% from 255 or 8.54% from 164); Blue value is 141 (55.47% from 255 or 85.98% from 164); Max value from RGB is 141 - color contains mainly: blue. Hex color #090E8D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090E8D is #F6F172. Grayscale: #1A1A1A. Windows color (decimal): -16183667 or 9244169. OLE color: 9244169.

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

Color convert

RGB914141-
CMYK0.940.9000.45
HSL237.73º88%29.41%-
HSV(B)237.73º93.62%55.29%-
XYZ5.082.325.37-
YUV26.98192.34115.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.49%
GREEN value IS 14 (5.86% from 255) = 8.54%
BLUE value IS 141 (55.47% from 255) = 85.98%
R=5.49%
G=8.54%
B=85.98%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9141410.940.9000.45237.738829.41
Hex9E8D5E5A02Dee581d
Octal111621513613205535613035
Binary100111101000110110111101011010010110111101110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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