#0F048C

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

Shades of Ultramarine #0F048C

Tints of Ultramarine #0F048C

Color information

#0F048C (or 0x0F048C) is unknown color: approx Ultramarine. HEX triplet: 0F, 04 and 8C. RGB value is (15,4,140). Sum of RGB (Red+Green+Blue) = 15+4+140=159 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.43% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 140 (55.08% from 255 or 88.05% from 159); Max value from RGB is 140 - color contains mainly: blue. Hex color #0F048C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F048C is #F0FB73. Grayscale: #161616. Windows color (decimal): -15793012 or 9176079. OLE color: 9176079.

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

Color convert

RGB154140-
CMYK0.890.9700.45
HSL244.85º94.44%28.24%-
HSV(B)244.85º97.14%54.9%-
XYZ4.972.0824.95-
YUV22.79194.14122.44-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.43%
GREEN value IS 4 (1.95% from 255) = 2.52%
BLUE value IS 140 (55.08% from 255) = 88.05%
R=9.43%
G=2.52%
B=88.05%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1541400.890.9700.45244.8594.4428.24
HexF48C596102Df55e1c
Octal17421413114105536513634
Binary11111001000110010110011100001010110111110101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F048C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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