#0F0085

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

Shades of Ultramarine #0F0085

Tints of Ultramarine #0F0085

Color information

#0F0085 (or 0x0F0085) is unknown color: approx Ultramarine. HEX triplet: 0F, 00 and 85. RGB value is (15,0,133). Sum of RGB (Red+Green+Blue) = 15+0+133=148 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.14% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 133 (52.34% from 255 or 89.86% from 148); Max value from RGB is 133 - color contains mainly: blue. Hex color #0F0085 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F0085 is #F0FF7A. Grayscale: #131313. Windows color (decimal): -15794043 or 8716303. OLE color: 8716303.

HSL color Cylindrical-coordinate representation of color #0F0085: hue angle of 246.77º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F0085 is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB150133-
CMYK0.89100.48
HSL246.77º100%26.08%-
HSV(B)246.77º100%52.16%-
XYZ4.431.822.3-
YUV19.65191.97124.69-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 133 (52.34% from 255) = 89.86%
R=10.14%
G=0%
B=89.86%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1501330.89100.48246.7710026.08
HexF0855964030f7641a
Octal17020513114406036714432
Binary111101000010110110011100100011000011110111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,0,133); }

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

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

 a { background-color: rgb(15,0,133); }

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

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

 span { border-color: rgb(15,0,133); }

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