#0F1786

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

Shades of Ultramarine #0F1786

Tints of Ultramarine #0F1786

Color information

#0F1786 (or 0x0F1786) is unknown color: approx Ultramarine. HEX triplet: 0F, 17 and 86. RGB value is (15,23,134). Sum of RGB (Red+Green+Blue) = 15+23+134=172 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.72% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 134 (52.73% from 255 or 77.91% from 172); Max value from RGB is 134 - color contains mainly: blue. Hex color #0F1786 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F1786 is #F0E879. Grayscale: #202020. Windows color (decimal): -15788154 or 8787727. OLE color: 8787727.

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

Color convert

RGB1523134-
CMYK0.890.8300.47
HSL235.97º79.87%29.22%-
HSV(B)235.97º88.81%52.55%-
XYZ4.812.4422.77-
YUV33.26184.85114.97-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.72%
GREEN value IS 23 (9.38% from 255) = 13.37%
BLUE value IS 134 (52.73% from 255) = 77.91%
R=8.72%
G=13.37%
B=77.91%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal15231340.890.8300.47235.9779.8729.22
HexF1786595302Fec501d
Octal172720613112305735412035
Binary1111101111000011010110011010011010111111101100101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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