#0F0387

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

Shades of Ultramarine #0F0387

Tints of Ultramarine #0F0387

Color information

#0F0387 (or 0x0F0387) is unknown color: approx Ultramarine. HEX triplet: 0F, 03 and 87. RGB value is (15,3,135). Sum of RGB (Red+Green+Blue) = 15+3+135=153 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.80% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 135 (53.12% from 255 or 88.24% from 153); Max value from RGB is 135 - color contains mainly: blue. Hex color #0F0387 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0387 is #F0FC78. Grayscale: #151515. Windows color (decimal): -15793273 or 8848143. OLE color: 8848143.

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

Color convert

RGB153135-
CMYK0.890.9800.47
HSL245.45º95.65%27.06%-
HSV(B)245.45º97.78%52.94%-
XYZ4.61.9223.05-
YUV21.64191.98123.27-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.80%
GREEN value IS 3 (1.56% from 255) = 1.96%
BLUE value IS 135 (53.12% from 255) = 88.24%
R=9.80%
G=1.96%
B=88.24%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1531350.890.9800.47245.4595.6527.06
HexF387596202Ff5601b
Octal17320713114205736514033
Binary1111111000011110110011100010010111111110101110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,3,135); }

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

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

 a { background-color: rgb(15,3,135); }

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

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

 span { border-color: rgb(15,3,135); }

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