#0F0985

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

Shades of Ultramarine #0F0985

Tints of Ultramarine #0F0985

Color information

#0F0985 (or 0x0F0985) is unknown color: approx Ultramarine. HEX triplet: 0F, 09 and 85. RGB value is (15,9,133). Sum of RGB (Red+Green+Blue) = 15+9+133=157 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.55% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 133 (52.34% from 255 or 84.71% from 157); Max value from RGB is 133 - color contains mainly: blue. Hex color #0F0985 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0985 is #F0F67A. Grayscale: #181818. Windows color (decimal): -15791739 or 8718607. OLE color: 8718607.

HSL color Cylindrical-coordinate representation of color #0F0985: hue angle of 242.9º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F0985 is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB159133-
CMYK0.890.9300.48
HSL242.9º87.32%27.84%-
HSV(B)242.9º93.23%52.16%-
XYZ4.531.9922.34-
YUV24.93188.99120.92-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.55%
GREEN value IS 9 (3.91% from 255) = 5.73%
BLUE value IS 133 (52.34% from 255) = 84.71%
R=9.55%
G=5.73%
B=84.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1591330.890.9300.48242.987.3227.84
HexF985595D030f3571c
Octal171120513113506036312734
Binary111110011000010110110011011101011000011110011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,9,133); }

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

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

 a { background-color: rgb(15,9,133); }

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

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

 span { border-color: rgb(15,9,133); }

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