#0F208B

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

Shades of Ultramarine #0F208B

Tints of Ultramarine #0F208B

Color information

#0F208B (or 0x0F208B) is unknown color: approx Ultramarine. HEX triplet: 0F, 20 and 8B. RGB value is (15,32,139). Sum of RGB (Red+Green+Blue) = 15+32+139=186 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.06% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 139 (54.69% from 255 or 74.73% from 186); Max value from RGB is 139 - color contains mainly: blue. Hex color #0F208B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F208B is #F0DF74. Grayscale: #262626. Windows color (decimal): -15785845 or 9117711. OLE color: 9117711.

HSL color Cylindrical-coordinate representation of color #0F208B: hue angle of 231.77º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F208B is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1532139-
CMYK0.890.7700.45
HSL231.77º80.52%30.2%-
HSV(B)231.77º89.21%54.51%-
XYZ5.37324.72-
YUV39.11184.37110.8-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.06%
GREEN value IS 32 (12.89% from 255) = 17.20%
BLUE value IS 139 (54.69% from 255) = 74.73%
R=8.06%
G=17.20%
B=74.73%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal15321390.890.7700.45231.7780.5230.2
HexF208B594D02De8511e
Octal174021313111505535012136
Binary11111000001000101110110011001101010110111101000101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F208B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,32,139); }

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

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

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

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

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

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

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