#0F0F96

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

Shades of Ultramarine #0F0F96

Tints of Ultramarine #0F0F96

Color information

#0F0F96 (or 0x0F0F96) is unknown color: approx Ultramarine. HEX triplet: 0F, 0F and 96. RGB value is (15,15,150). Sum of RGB (Red+Green+Blue) = 15+15+150=180 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.33% from 180); Green value is 15 (6.25% from 255 or 8.33% from 180); Blue value is 150 (58.98% from 255 or 83.33% from 180); Max value from RGB is 150 - color contains mainly: blue. Hex color #0F0F96 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0F96 is #F0F069. Grayscale: #1D1D1D. Windows color (decimal): -15790186 or 9834255. OLE color: 9834255.

HSL color Cylindrical-coordinate representation of color #0F0F96: hue angle of 240º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F0F96 is Cyan = 0.9, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1515150-
CMYK0.90.900.41
HSL240º81.82%32.35%-
HSV(B)240º90%58.82%-
XYZ5.872.6529.06-
YUV30.39195.5117.02-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.33%
GREEN value IS 15 (6.25% from 255) = 8.33%
BLUE value IS 150 (58.98% from 255) = 83.33%
R=8.33%
G=8.33%
B=83.33%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15151500.90.900.4124081.8232.35
HexFF965A5A029f05220
Octal171722613213205136012240
Binary1111111110010110101101010110100101001111100001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,15,150); }

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

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

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

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

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

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

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