#0F1984

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

Shades of Ultramarine #0F1984

Tints of Ultramarine #0F1984

Color information

#0F1984 (or 0x0F1984) is unknown color: approx Ultramarine. HEX triplet: 0F, 19 and 84. RGB value is (15,25,132). Sum of RGB (Red+Green+Blue) = 15+25+132=172 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.72% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 132 (51.95% from 255 or 76.74% from 172); Max value from RGB is 132 - color contains mainly: blue. Hex color #0F1984 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F1984 is #F0E67B. Grayscale: #212121. Windows color (decimal): -15787644 or 8657167. OLE color: 8657167.

HSL color Cylindrical-coordinate representation of color #0F1984: hue angle of 234.87º 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 #0F1984 is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1525132-
CMYK0.890.8100.48
HSL234.87º79.59%28.82%-
HSV(B)234.87º88.64%51.76%-
XYZ4.712.4622.06-
YUV34.21183.19114.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.72%
GREEN value IS 25 (10.16% from 255) = 14.53%
BLUE value IS 132 (51.95% from 255) = 76.74%
R=8.72%
G=14.53%
B=76.74%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal15251320.890.8100.48234.8779.5928.82
HexF19845951030eb501d
Octal173120413112106035312035
Binary1111110011000010010110011010001011000011101011101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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