#0F0785

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

Shades of Ultramarine #0F0785

Tints of Ultramarine #0F0785

Color information

#0F0785 (or 0x0F0785) is unknown color: approx Ultramarine. HEX triplet: 0F, 07 and 85. RGB value is (15,7,133). Sum of RGB (Red+Green+Blue) = 15+7+133=155 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.68% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 133 (52.34% from 255 or 85.81% from 155); Max value from RGB is 133 - color contains mainly: blue. Hex color #0F0785 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0785 is #F0F87A. Grayscale: #171717. Windows color (decimal): -15792251 or 8718095. OLE color: 8718095.

HSL color Cylindrical-coordinate representation of color #0F0785: hue angle of 243.81º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F0785 is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB157133-
CMYK0.890.9500.48
HSL243.81º90%27.45%-
HSV(B)243.81º94.74%52.16%-
XYZ4.511.9522.33-
YUV23.76189.65121.75-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.68%
GREEN value IS 7 (3.12% from 255) = 4.52%
BLUE value IS 133 (52.34% from 255) = 85.81%
R=9.68%
G=4.52%
B=85.81%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1571330.890.9500.48243.819027.45
HexF785595F030f45a1b
Octal17720513113706036413233
Binary11111111000010110110011011111011000011110100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,7,133); }

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

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

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

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

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

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

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