#0F0087

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

Shades of Ultramarine #0F0087

Tints of Ultramarine #0F0087

Color information

#0F0087 (or 0x0F0087) is unknown color: approx Ultramarine. HEX triplet: 0F, 00 and 87. RGB value is (15,0,135). Sum of RGB (Red+Green+Blue) = 15+0+135=150 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 135 (53.12% from 255 or 90% from 150); Max value from RGB is 135 - color contains mainly: blue. Hex color #0F0087 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0087 is #F0FF78. Grayscale: #131313. Windows color (decimal): -15794041 or 8847375. OLE color: 8847375.

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

Color convert

RGB150135-
CMYK0.89100.47
HSL246.67º100%26.47%-
HSV(B)246.67º100%52.94%-
XYZ4.571.8523.04-
YUV19.88192.97124.52-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 135 (53.12% from 255) = 90%
R=10%
G=0%
B=90%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1501350.89100.47246.6710026.47
HexF087596402Ff7641a
Octal17020713114405736714432
Binary111101000011110110011100100010111111110111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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