#09139D

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

Shades of Ultramarine #09139D

Tints of Ultramarine #09139D

Color information

#09139D (or 0x09139D) is unknown color: approx Ultramarine. HEX triplet: 09, 13 and 9D. RGB value is (9,19,157). Sum of RGB (Red+Green+Blue) = 9+19+157=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 157 (61.72% from 255 or 84.86% from 185); Max value from RGB is 157 - color contains mainly: blue. Hex color #09139D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09139D is #F6EC62. Grayscale: #1F1F1F. Windows color (decimal): -16182371 or 10294025. OLE color: 10294025.

HSL color Cylindrical-coordinate representation of color #09139D: hue angle of 235.95º 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 #09139D is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB919157-
CMYK0.940.8800.38
HSL235.95º89.16%32.55%-
HSV(B)235.95º94.27%61.57%-
XYZ6.432.9632.13-
YUV31.74198.69111.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.86%
GREEN value IS 19 (7.81% from 255) = 10.27%
BLUE value IS 157 (61.72% from 255) = 84.86%
R=4.86%
G=10.27%
B=84.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal9191570.940.8800.38235.9589.1632.55
Hex9139D5E58026ec5921
Octal112323513613004635413141
Binary10011001110011101101111010110000100110111011001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09139D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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