#0F0483

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

Shades of Ultramarine #0F0483

Tints of Ultramarine #0F0483

Color information

#0F0483 (or 0x0F0483) is unknown color: approx Ultramarine. HEX triplet: 0F, 04 and 83. RGB value is (15,4,131). Sum of RGB (Red+Green+Blue) = 15+4+131=150 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 131 (51.56% from 255 or 87.33% from 150); Max value from RGB is 131 - color contains mainly: blue. Hex color #0F0483 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0483 is #F0FB7C. Grayscale: #151515. Windows color (decimal): -15793021 or 8586255. OLE color: 8586255.

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

Color convert

RGB154131-
CMYK0.890.9700.49
HSL245.2º94.07%26.47%-
HSV(B)245.2º96.95%51.37%-
XYZ4.341.8321.6-
YUV21.77189.64123.17-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10%
GREEN value IS 4 (1.95% from 255) = 2.67%
BLUE value IS 131 (51.56% from 255) = 87.33%
R=10%
G=2.67%
B=87.33%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1541310.890.9700.49245.294.0726.47
HexF4835961031f55e1a
Octal17420313114106136513632
Binary11111001000001110110011100001011000111110101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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