#0F0288

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

Shades of Ultramarine #0F0288

Tints of Ultramarine #0F0288

Color information

#0F0288 (or 0x0F0288) is unknown color: approx Ultramarine. HEX triplet: 0F, 02 and 88. RGB value is (15,2,136). Sum of RGB (Red+Green+Blue) = 15+2+136=153 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.80% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 136 (53.52% from 255 or 88.89% from 153); Max value from RGB is 136 - color contains mainly: blue. Hex color #0F0288 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0288 is #F0FD77. Grayscale: #141414. Windows color (decimal): -15793528 or 8913423. OLE color: 8913423.

HSL color Cylindrical-coordinate representation of color #0F0288: hue angle of 245.82º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F0288 is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB152136-
CMYK0.890.9900.47
HSL245.82º97.1%27.06%-
HSV(B)245.82º98.53%53.33%-
XYZ4.661.9223.42-
YUV21.16192.81123.6-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.80%
GREEN value IS 2 (1.17% from 255) = 1.31%
BLUE value IS 136 (53.52% from 255) = 88.89%
R=9.80%
G=1.31%
B=88.89%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1521360.890.9900.47245.8297.127.06
HexF288596302Ff6611b
Octal17221013114305736614133
Binary1111101000100010110011100011010111111110110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,2,136); }

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

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

 a { background-color: rgb(15,2,136); }

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

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

 span { border-color: rgb(15,2,136); }

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