#0F128F

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

Shades of Ultramarine #0F128F

Tints of Ultramarine #0F128F

Color information

#0F128F (or 0x0F128F) is unknown color: approx Ultramarine. HEX triplet: 0F, 12 and 8F. RGB value is (15,18,143). Sum of RGB (Red+Green+Blue) = 15+18+143=176 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.52% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 143 (56.25% from 255 or 81.25% from 176); Max value from RGB is 143 - color contains mainly: blue. Hex color #0F128F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F128F is #F0ED70. Grayscale: #1E1E1E. Windows color (decimal): -15789425 or 9376271. OLE color: 9376271.

HSL color Cylindrical-coordinate representation of color #0F128F: hue angle of 238.59º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F128F is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1518143-
CMYK0.900.8700.44
HSL238.59º81.01%30.98%-
HSV(B)238.59º89.51%56.08%-
XYZ5.372.5226.19-
YUV31.35191.01116.34-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.52%
GREEN value IS 18 (7.42% from 255) = 10.23%
BLUE value IS 143 (56.25% from 255) = 81.25%
R=8.52%
G=10.23%
B=81.25%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal15181430.900.8700.44238.5981.0130.98
HexF128F5A5702Cef511f
Octal172221713212705435712137
Binary1111100101000111110110101010111010110011101111101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F128F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,18,143); }

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

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

 a { background-color: rgb(15,18,143); }

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

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

 span { border-color: rgb(15,18,143); }

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