#0F049C

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

Shades of Ultramarine #0F049C

Tints of Ultramarine #0F049C

Color information

#0F049C (or 0x0F049C) is unknown color: approx Ultramarine. HEX triplet: 0F, 04 and 9C. RGB value is (15,4,156). Sum of RGB (Red+Green+Blue) = 15+4+156=175 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.57% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 156 (61.33% from 255 or 89.14% from 175); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F049C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F049C is #F0FB63. Grayscale: #181818. Windows color (decimal): -15792996 or 10224655. OLE color: 10224655.

HSL color Cylindrical-coordinate representation of color #0F049C: hue angle of 244.34º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F049C is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB154156-
CMYK0.900.9700.39
HSL244.34º95%31.37%-
HSV(B)244.34º97.44%61.18%-
XYZ6.242.5931.62-
YUV24.62202.14121.14-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.57%
GREEN value IS 4 (1.95% from 255) = 2.29%
BLUE value IS 156 (61.33% from 255) = 89.14%
R=8.57%
G=2.29%
B=89.14%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1541560.900.9700.39244.349531.37
HexF49C5A61027f45f1f
Octal17423413214104736413737
Binary11111001001110010110101100001010011111110100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F049C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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