#0F018E

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

Shades of Ultramarine #0F018E

Tints of Ultramarine #0F018E

Color information

#0F018E (or 0x0F018E) is unknown color: approx Ultramarine. HEX triplet: 0F, 01 and 8E. RGB value is (15,1,142). Sum of RGB (Red+Green+Blue) = 15+1+142=158 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.49% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 142 (55.86% from 255 or 89.87% from 158); Max value from RGB is 142 - color contains mainly: blue. Hex color #0F018E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F018E is #F0FE71. Grayscale: #141414. Windows color (decimal): -15793778 or 9306383. OLE color: 9306383.

HSL color Cylindrical-coordinate representation of color #0F018E: hue angle of 245.96º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F018E is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB151142-
CMYK0.890.9900.44
HSL245.96º98.6%28.04%-
HSV(B)245.96º99.3%55.69%-
XYZ5.092.0825.72-
YUV21.26196.14123.54-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.49%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 142 (55.86% from 255) = 89.87%
R=9.49%
G=0.63%
B=89.87%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1511420.890.9900.44245.9698.628.04
HexF18E596302Cf6631c
Octal17121613114305436614334
Binary111111000111010110011100011010110011110110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F018E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,1,142); }

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

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

 a { background-color: rgb(15,1,142); }

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

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

 span { border-color: rgb(15,1,142); }

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