#0F1B99

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

Shades of Ultramarine #0F1B99

Tints of Ultramarine #0F1B99

Color information

#0F1B99 (or 0x0F1B99) is unknown color: approx Ultramarine. HEX triplet: 0F, 1B and 99. RGB value is (15,27,153). Sum of RGB (Red+Green+Blue) = 15+27+153=195 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.69% from 195); Green value is 27 (10.94% from 255 or 13.85% from 195); Blue value is 153 (60.16% from 255 or 78.46% from 195); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F1B99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F1B99 is #F0E466. Grayscale: #252525. Windows color (decimal): -15787111 or 10033935. OLE color: 10033935.

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

Color convert

RGB1527153-
CMYK0.900.8200.4
HSL234.78º82.14%32.94%-
HSV(B)234.78º90.2%60%-
XYZ6.343.1930.42-
YUV37.78193.02111.75-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.69%
GREEN value IS 27 (10.94% from 255) = 13.85%
BLUE value IS 153 (60.16% from 255) = 78.46%
R=7.69%
G=13.85%
B=78.46%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15271530.900.8200.4234.7882.1432.94
HexF1B995A52028eb5221
Octal173323113212205035312241
Binary11111101110011001101101010100100101000111010111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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