#0F5FEB

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

Shades of Navy Blue #0F5FEB

Tints of Navy Blue #0F5FEB

Color information

#0F5FEB (or 0x0F5FEB) is unknown color: approx Navy Blue. HEX triplet: 0F, 5F and EB. RGB value is (15,95,235). Sum of RGB (Red+Green+Blue) = 15+95+235=345 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.35% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 235 (92.19% from 255 or 68.12% from 345); Max value from RGB is 235 - color contains mainly: blue. Hex color #0F5FEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F5FEB is #F0A014. Grayscale: #565656. Windows color (decimal): -15769621 or 15425295. OLE color: 15425295.

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

Color convert

RGB1595235-
CMYK0.940.6000.08
HSL218.18º88%49.02%-
HSV(B)218.18º93.62%92.16%-
XYZ19.2814.2880.34-
YUV87.04211.576.62-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.35%
GREEN value IS 95 (37.5% from 255) = 27.54%
BLUE value IS 235 (92.19% from 255) = 68.12%
R=4.35%
G=27.54%
B=68.12%

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
Decimal15952350.940.6000.08218.188849.02
HexF5FEB5E3C08da5831
Octal171373531367401033213061
Binary1111101111111101011101111011110001000110110101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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