#0F1587

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

Shades of Ultramarine #0F1587

Tints of Ultramarine #0F1587

Color information

#0F1587 (or 0x0F1587) is unknown color: approx Ultramarine. HEX triplet: 0F, 15 and 87. RGB value is (15,21,135). Sum of RGB (Red+Green+Blue) = 15+21+135=171 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.77% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 135 (53.12% from 255 or 78.95% from 171); Max value from RGB is 135 - color contains mainly: blue. Hex color #0F1587 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F1587 is #F0EA78. Grayscale: #1F1F1F. Windows color (decimal): -15788665 or 8852751. OLE color: 8852751.

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

Color convert

RGB1521135-
CMYK0.890.8400.47
HSL237º80%29.41%-
HSV(B)237º88.89%52.94%-
XYZ4.842.3923.13-
YUV32.2186.01115.73-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.77%
GREEN value IS 21 (8.59% from 255) = 12.28%
BLUE value IS 135 (53.12% from 255) = 78.95%
R=8.77%
G=12.28%
B=78.95%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal15211350.890.8400.472378029.41
HexF1587595402Fed501d
Octal172520713112405735512035
Binary1111101011000011110110011010100010111111101101101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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