#0F0485

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

Shades of Ultramarine #0F0485

Tints of Ultramarine #0F0485

Color information

#0F0485 (or 0x0F0485) is unknown color: approx Ultramarine. HEX triplet: 0F, 04 and 85. RGB value is (15,4,133). Sum of RGB (Red+Green+Blue) = 15+4+133=152 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.87% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 133 (52.34% from 255 or 87.5% from 152); Max value from RGB is 133 - color contains mainly: blue. Hex color #0F0485 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0485 is #F0FB7A. Grayscale: #151515. Windows color (decimal): -15793019 or 8717327. OLE color: 8717327.

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

Color convert

RGB154133-
CMYK0.890.9700.48
HSL245.12º94.16%26.86%-
HSV(B)245.12º96.99%52.16%-
XYZ4.471.8822.32-
YUV22190.64123.01-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.87%
GREEN value IS 4 (1.95% from 255) = 2.63%
BLUE value IS 133 (52.34% from 255) = 87.5%
R=9.87%
G=2.63%
B=87.5%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1541330.890.9700.48245.1294.1626.86
HexF4855961030f55e1b
Octal17420513114106036513633
Binary11111001000010110110011100001011000011110101101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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