#0F5DEB

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

Shades of Navy Blue #0F5DEB

Tints of Navy Blue #0F5DEB

Color information

#0F5DEB (or 0x0F5DEB) is unknown color: approx Navy Blue. HEX triplet: 0F, 5D and EB. RGB value is (15,93,235). Sum of RGB (Red+Green+Blue) = 15+93+235=343 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.37% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 235 (92.19% from 255 or 68.51% from 343); Max value from RGB is 235 - color contains mainly: blue. Hex color #0F5DEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F5DEB is #F0A214. Grayscale: #555555. Windows color (decimal): -15770133 or 15424783. OLE color: 15424783.

HSL color Cylindrical-coordinate representation of color #0F5DEB: hue angle of 218.73º 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 #0F5DEB is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1593235-
CMYK0.940.6000.08
HSL218.73º88%49.02%-
HSV(B)218.73º93.62%92.16%-
XYZ19.1113.9380.28-
YUV85.87212.1677.45-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.37%
GREEN value IS 93 (36.72% from 255) = 27.11%
BLUE value IS 235 (92.19% from 255) = 68.51%
R=4.37%
G=27.11%
B=68.51%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal15932350.940.6000.08218.738849.02
HexF5DEB5E3C08db5831
Octal171353531367401033313061
Binary1111101110111101011101111011110001000110110111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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