#0F0182

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

Shades of Ultramarine #0F0182

Tints of Ultramarine #0F0182

Color information

#0F0182 (or 0x0F0182) is unknown color: approx Ultramarine. HEX triplet: 0F, 01 and 82. RGB value is (15,1,130). Sum of RGB (Red+Green+Blue) = 15+1+130=146 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.27% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 130 (51.17% from 255 or 89.04% from 146); Max value from RGB is 130 - color contains mainly: blue. Hex color #0F0182 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0182 is #F0FE7D. Grayscale: #131313. Windows color (decimal): -15793790 or 8519951. OLE color: 8519951.

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

Color convert

RGB151130-
CMYK0.880.9900.49
HSL246.51º98.47%25.69%-
HSV(B)246.51º99.23%50.98%-
XYZ4.241.7321.23-
YUV19.89190.14124.51-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.27%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 130 (51.17% from 255) = 89.04%
R=10.27%
G=0.68%
B=89.04%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1511300.880.9900.49246.5198.4725.69
HexF1825863031f7621a
Octal17120213014306136714232
Binary111111000001010110001100011011000111110111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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