#0F0399

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

Shades of Ultramarine #0F0399

Tints of Ultramarine #0F0399

Color information

#0F0399 (or 0x0F0399) is unknown color: approx Ultramarine. HEX triplet: 0F, 03 and 99. RGB value is (15,3,153). Sum of RGB (Red+Green+Blue) = 15+3+153=171 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.77% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 153 (60.16% from 255 or 89.47% from 171); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F0399 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0399 is #F0FC66. Grayscale: #171717. Windows color (decimal): -15793255 or 10027791. OLE color: 10027791.

HSL color Cylindrical-coordinate representation of color #0F0399: hue angle of 244.8º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F0399 is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB153153-
CMYK0.900.9800.4
HSL244.8º96.15%30.59%-
HSV(B)244.8º98.04%60%-
XYZ5.982.4730.3-
YUV23.69200.98121.8-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.77%
GREEN value IS 3 (1.56% from 255) = 1.75%
BLUE value IS 153 (60.16% from 255) = 89.47%
R=8.77%
G=1.75%
B=89.47%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531530.900.9800.4244.896.1530.59
HexF3995A62028f5601f
Octal17323113214205036514037
Binary1111111001100110110101100010010100011110101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,3,153); }

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

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

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

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

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

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

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