#0F059E

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

Shades of Ultramarine #0F059E

Tints of Ultramarine #0F059E

Color information

#0F059E (or 0x0F059E) is unknown color: approx Ultramarine. HEX triplet: 0F, 05 and 9E. RGB value is (15,5,158). Sum of RGB (Red+Green+Blue) = 15+5+158=178 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.43% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 158 (62.11% from 255 or 88.76% from 178); Max value from RGB is 158 - color contains mainly: blue. Hex color #0F059E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F059E is #F0FA61. Grayscale: #181818. Windows color (decimal): -15792738 or 10355983. OLE color: 10355983.

HSL color Cylindrical-coordinate representation of color #0F059E: hue angle of 243.92º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F059E is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB155158-
CMYK0.910.9700.38
HSL243.92º93.87%31.96%-
HSV(B)243.92º96.84%61.96%-
XYZ6.422.6832.53-
YUV25.43202.81120.56-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.43%
GREEN value IS 5 (2.34% from 255) = 2.81%
BLUE value IS 158 (62.11% from 255) = 88.76%
R=8.43%
G=2.81%
B=88.76%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1551580.910.9700.38243.9293.8731.96
HexF59E5B61026f45e20
Octal17523613314104636413640
Binary111110110011110101101111000010100110111101001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F059E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,5,158); }

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

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

 a { background-color: rgb(15,5,158); }

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

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

 span { border-color: rgb(15,5,158); }

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