#0F0584

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

Shades of Ultramarine #0F0584

Tints of Ultramarine #0F0584

Color information

#0F0584 (or 0x0F0584) is unknown color: approx Ultramarine. HEX triplet: 0F, 05 and 84. RGB value is (15,5,132). Sum of RGB (Red+Green+Blue) = 15+5+132=152 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.87% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 132 (51.95% from 255 or 86.84% from 152); Max value from RGB is 132 - color contains mainly: blue. Hex color #0F0584 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0584 is #F0FA7B. Grayscale: #151515. Windows color (decimal): -15792764 or 8652047. OLE color: 8652047.

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

Color convert

RGB155132-
CMYK0.890.9600.48
HSL244.72º92.7%26.86%-
HSV(B)244.72º96.21%51.76%-
XYZ4.421.8821.96-
YUV22.47189.81122.67-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.87%
GREEN value IS 5 (2.34% from 255) = 3.29%
BLUE value IS 132 (51.95% from 255) = 86.84%
R=9.87%
G=3.29%
B=86.84%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1551320.890.9600.48244.7292.726.86
HexF5845960030f55d1b
Octal17520413114006036513533
Binary11111011000010010110011100000011000011110101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,5,132); }

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

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

 a { background-color: rgb(15,5,132); }

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

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

 span { border-color: rgb(15,5,132); }

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