#0F018F

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

Shades of Ultramarine #0F018F

Tints of Ultramarine #0F018F

Color information

#0F018F (or 0x0F018F) is unknown color: approx Ultramarine. HEX triplet: 0F, 01 and 8F. RGB value is (15,1,143). Sum of RGB (Red+Green+Blue) = 15+1+143=159 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.43% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 143 (56.25% from 255 or 89.94% from 159); Max value from RGB is 143 - color contains mainly: blue. Hex color #0F018F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F018F is #F0FE70. Grayscale: #141414. Windows color (decimal): -15793777 or 9371919. OLE color: 9371919.

HSL color Cylindrical-coordinate representation of color #0F018F: hue angle of 245.92º 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 #0F018F is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB151143-
CMYK0.900.9900.44
HSL245.92º98.61%28.24%-
HSV(B)245.92º99.3%56.08%-
XYZ5.172.1126.12-
YUV21.37196.64123.45-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.43%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 143 (56.25% from 255) = 89.94%
R=9.43%
G=0.63%
B=89.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1511430.900.9900.44245.9298.6128.24
HexF18F5A6302Cf6631c
Octal17121713214305436614334
Binary111111000111110110101100011010110011110110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F018F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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