#0F1182

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

Shades of Ultramarine #0F1182

Tints of Ultramarine #0F1182

Color information

#0F1182 (or 0x0F1182) is unknown color: approx Ultramarine. HEX triplet: 0F, 11 and 82. RGB value is (15,17,130). Sum of RGB (Red+Green+Blue) = 15+17+130=162 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.26% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 130 (51.17% from 255 or 80.25% from 162); Max value from RGB is 130 - color contains mainly: blue. Hex color #0F1182 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F1182 is #F0EE7D. Grayscale: #1C1C1C. Windows color (decimal): -15789694 or 8524047. OLE color: 8524047.

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

Color convert

RGB1517130-
CMYK0.880.8700.49
HSL238.96º79.31%28.43%-
HSV(B)238.96º88.46%50.98%-
XYZ4.432.1121.29-
YUV29.28184.84117.81-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.26%
GREEN value IS 17 (7.03% from 255) = 10.49%
BLUE value IS 130 (51.17% from 255) = 80.25%
R=9.26%
G=10.49%
B=80.25%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal15171300.880.8700.49238.9679.3128.43
HexF11825857031ef4f1c
Octal172120213012706135711734
Binary1111100011000001010110001010111011000111101111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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