#0F16EB

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

Shades of Blue #0F16EB

Tints of Blue #0F16EB

Color information

#0F16EB (or 0x0F16EB) is unknown color: approx Blue. HEX triplet: 0F, 16 and EB. RGB value is (15,22,235). Sum of RGB (Red+Green+Blue) = 15+22+235=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 235 (92.19% from 255 or 86.40% from 272); Max value from RGB is 235 - color contains mainly: blue. Hex color #0F16EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F16EB is #F0E914. Grayscale: #2B2B2B. Windows color (decimal): -15788309 or 15406607. OLE color: 15406607.

HSL color Cylindrical-coordinate representation of color #0F16EB: hue angle of 238.09º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F16EB is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1522235-
CMYK0.940.9100.08
HSL238.09º88%49.02%-
HSV(B)238.09º93.62%92.16%-
XYZ15.486.6779.07-
YUV44.19235.68107.18-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.51%
GREEN value IS 22 (8.98% from 255) = 8.09%
BLUE value IS 235 (92.19% from 255) = 86.40%
R=5.51%
G=8.09%
B=86.40%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal15222350.940.9100.08238.098849.02
HexF16EB5E5B08ee5831
Octal172635313613301035613061
Binary111110110111010111011110101101101000111011101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F16EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,22,235); }

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

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

 a { background-color: rgb(15,22,235); }

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

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

 span { border-color: rgb(15,22,235); }

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