#0F1886

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

Shades of Ultramarine #0F1886

Tints of Ultramarine #0F1886

Color information

#0F1886 (or 0x0F1886) is unknown color: approx Ultramarine. HEX triplet: 0F, 18 and 86. RGB value is (15,24,134). Sum of RGB (Red+Green+Blue) = 15+24+134=173 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.67% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 134 (52.73% from 255 or 77.46% from 173); Max value from RGB is 134 - color contains mainly: blue. Hex color #0F1886 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F1886 is #F0E779. Grayscale: #212121. Windows color (decimal): -15787898 or 8787983. OLE color: 8787983.

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

Color convert

RGB1524134-
CMYK0.890.8200.47
HSL235.46º79.87%29.22%-
HSV(B)235.46º88.81%52.55%-
XYZ4.832.4822.78-
YUV33.85184.52114.56-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.67%
GREEN value IS 24 (9.77% from 255) = 13.87%
BLUE value IS 134 (52.73% from 255) = 77.46%
R=8.67%
G=13.87%
B=77.46%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal15241340.890.8200.47235.4679.8729.22
HexF1886595202Feb501d
Octal173020613112205735312035
Binary1111110001000011010110011010010010111111101011101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,24,134); }

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

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

 a { background-color: rgb(15,24,134); }

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

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

 span { border-color: rgb(15,24,134); }

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