#09149D

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

Shades of Ultramarine #09149D

Tints of Ultramarine #09149D

Color information

#09149D (or 0x09149D) is unknown color: approx Ultramarine. HEX triplet: 09, 14 and 9D. RGB value is (9,20,157). Sum of RGB (Red+Green+Blue) = 9+20+157=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 157 (61.72% from 255 or 84.41% from 186); Max value from RGB is 157 - color contains mainly: blue. Hex color #09149D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09149D is #F6EB62. Grayscale: #1F1F1F. Windows color (decimal): -16182115 or 10294281. OLE color: 10294281.

HSL color Cylindrical-coordinate representation of color #09149D: hue angle of 235.54º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09149D is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB920157-
CMYK0.940.8700.38
HSL235.54º89.16%32.55%-
HSV(B)235.54º94.27%61.57%-
XYZ6.452.9932.14-
YUV32.33198.36111.36-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.84%
GREEN value IS 20 (8.20% from 255) = 10.75%
BLUE value IS 157 (61.72% from 255) = 84.41%
R=4.84%
G=10.75%
B=84.41%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal9201570.940.8700.38235.5489.1632.55
Hex9149D5E57026ec5921
Octal112423513612704635413141
Binary10011010010011101101111010101110100110111011001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09149D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09149D; }

 p { color: rgb(9,20,157); }

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

<style>
 a { background-color: #09149D; }

 a { background-color: rgb(9,20,157); }

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

<style>
 span { border-color: #09149D; }

 span { border-color: rgb(9,20,157); }

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