#0F0495

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

Shades of Ultramarine #0F0495

Tints of Ultramarine #0F0495

Color information

#0F0495 (or 0x0F0495) is unknown color: approx Ultramarine. HEX triplet: 0F, 04 and 95. RGB value is (15,4,149). Sum of RGB (Red+Green+Blue) = 15+4+149=168 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.93% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 149 (58.59% from 255 or 88.69% from 168); Max value from RGB is 149 - color contains mainly: blue. Hex color #0F0495 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0495 is #F0FB6A. Grayscale: #171717. Windows color (decimal): -15793003 or 9765903. OLE color: 9765903.

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

Color convert

RGB154149-
CMYK0.900.9700.42
HSL244.55º94.77%30%-
HSV(B)244.55º97.32%58.43%-
XYZ5.672.3628.59-
YUV23.82198.64121.71-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.93%
GREEN value IS 4 (1.95% from 255) = 2.38%
BLUE value IS 149 (58.59% from 255) = 88.69%
R=8.93%
G=2.38%
B=88.69%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1541490.900.9700.42244.5594.7730
HexF4955A6102Af55f1e
Octal17422513214105236513736
Binary11111001001010110110101100001010101011110101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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