#0F0597

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

Shades of Ultramarine #0F0597

Tints of Ultramarine #0F0597

Color information

#0F0597 (or 0x0F0597) is unknown color: approx Ultramarine. HEX triplet: 0F, 05 and 97. RGB value is (15,5,151). Sum of RGB (Red+Green+Blue) = 15+5+151=171 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.77% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 151 (59.38% from 255 or 88.30% from 171); Max value from RGB is 151 - color contains mainly: blue. Hex color #0F0597 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0597 is #F0FA68. Grayscale: #181818. Windows color (decimal): -15792745 or 9897231. OLE color: 9897231.

HSL color Cylindrical-coordinate representation of color #0F0597: hue angle of 244.11º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F0597 is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB155151-
CMYK0.900.9700.41
HSL244.11º93.59%30.59%-
HSV(B)244.11º96.69%59.22%-
XYZ5.842.4429.44-
YUV24.63199.31121.13-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.77%
GREEN value IS 5 (2.34% from 255) = 2.92%
BLUE value IS 151 (59.38% from 255) = 88.30%
R=8.77%
G=2.92%
B=88.30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1551510.900.9700.41244.1193.5930.59
HexF5975A61029f45e1f
Octal17522713214105136413637
Binary11111011001011110110101100001010100111110100101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,5,151); }

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

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

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

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

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

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

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