#0F1282

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

Shades of Ultramarine #0F1282

Tints of Ultramarine #0F1282

Color information

#0F1282 (or 0x0F1282) is unknown color: approx Ultramarine. HEX triplet: 0F, 12 and 82. RGB value is (15,18,130). Sum of RGB (Red+Green+Blue) = 15+18+130=163 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.20% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 130 (51.17% from 255 or 79.75% from 163); Max value from RGB is 130 - color contains mainly: blue. Hex color #0F1282 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F1282 is #F0ED7D. Grayscale: #1D1D1D. Windows color (decimal): -15789438 or 8524303. OLE color: 8524303.

HSL color Cylindrical-coordinate representation of color #0F1282: hue angle of 238.43º 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 #0F1282 is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1518130-
CMYK0.880.8600.49
HSL238.43º79.31%28.43%-
HSV(B)238.43º88.46%50.98%-
XYZ4.442.1521.3-
YUV29.87184.51117.39-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.20%
GREEN value IS 18 (7.42% from 255) = 11.04%
BLUE value IS 130 (51.17% from 255) = 79.75%
R=9.20%
G=11.04%
B=79.75%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal15181300.880.8600.49238.4379.3128.43
HexF12825856031ee4f1c
Octal172220213012606135611734
Binary1111100101000001010110001010110011000111101110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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