#0F1183

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

Shades of Ultramarine #0F1183

Tints of Ultramarine #0F1183

Color information

#0F1183 (or 0x0F1183) is unknown color: approx Ultramarine. HEX triplet: 0F, 11 and 83. RGB value is (15,17,131). Sum of RGB (Red+Green+Blue) = 15+17+131=163 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.20% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 131 (51.56% from 255 or 80.37% from 163); Max value from RGB is 131 - color contains mainly: blue. Hex color #0F1183 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F1183 is #F0EE7C. Grayscale: #1C1C1C. Windows color (decimal): -15789693 or 8589583. OLE color: 8589583.

HSL color Cylindrical-coordinate representation of color #0F1183: hue angle of 238.97º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F1183 is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1517131-
CMYK0.890.8700.49
HSL238.97º79.45%28.63%-
HSV(B)238.97º88.55%51.37%-
XYZ4.492.1421.65-
YUV29.4185.34117.73-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.20%
GREEN value IS 17 (7.03% from 255) = 10.43%
BLUE value IS 131 (51.56% from 255) = 80.37%
R=9.20%
G=10.43%
B=80.37%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal15171310.890.8700.49238.9779.4528.63
HexF11835957031ef4f1d
Octal172120313112706135711735
Binary1111100011000001110110011010111011000111101111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,17,131); }

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

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

 a { background-color: rgb(15,17,131); }

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

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

 span { border-color: rgb(15,17,131); }

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