#0F1584

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

Shades of Ultramarine #0F1584

Tints of Ultramarine #0F1584

Color information

#0F1584 (or 0x0F1584) is unknown color: approx Ultramarine. HEX triplet: 0F, 15 and 84. RGB value is (15,21,132). Sum of RGB (Red+Green+Blue) = 15+21+132=168 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.93% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 132 (51.95% from 255 or 78.57% from 168); Max value from RGB is 132 - color contains mainly: blue. Hex color #0F1584 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F1584 is #F0EA7B. Grayscale: #1F1F1F. Windows color (decimal): -15788668 or 8656143. OLE color: 8656143.

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

Color convert

RGB1521132-
CMYK0.890.8400.48
HSL236.92º79.59%28.82%-
HSV(B)236.92º88.64%51.76%-
XYZ4.632.322.03-
YUV31.86184.51115.97-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.93%
GREEN value IS 21 (8.59% from 255) = 12.5%
BLUE value IS 132 (51.95% from 255) = 78.57%
R=8.93%
G=12.5%
B=78.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal15211320.890.8400.48236.9279.5928.82
HexF15845954030ed501d
Octal172520413112406035512035
Binary1111101011000010010110011010100011000011101101101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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