#0D098F

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

Shades of Ultramarine #0D098F

Tints of Ultramarine #0D098F

Color information

#0D098F (or 0x0D098F) is unknown color: approx Ultramarine. HEX triplet: 0D, 09 and 8F. RGB value is (13,9,143). Sum of RGB (Red+Green+Blue) = 13+9+143=165 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.88% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 143 (56.25% from 255 or 86.67% from 165); Max value from RGB is 143 - color contains mainly: blue. Hex color #0D098F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D098F is #F2F670. Grayscale: #181818. Windows color (decimal): -15922801 or 9373965. OLE color: 9373965.

HSL color Cylindrical-coordinate representation of color #0D098F: hue angle of 241.79º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D098F is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB139143-
CMYK0.910.9400.44
HSL241.79º88.16%29.8%-
HSV(B)241.79º93.71%56.08%-
XYZ5.222.2626.15-
YUV25.47194.33119.1-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.88%
GREEN value IS 9 (3.91% from 255) = 5.45%
BLUE value IS 143 (56.25% from 255) = 86.67%
R=7.88%
G=5.45%
B=86.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1391430.910.9400.44241.7988.1629.8
HexD98F5B5E02Cf2581e
Octal151121713313605436213036
Binary110110011000111110110111011110010110011110010101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D098F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D098F; }

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

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

<style>
 a { background-color: #0D098F; }

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

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

<style>
 span { border-color: #0D098F; }

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

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