#0F5CFE

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

Shades of Navy Blue #0F5CFE

Tints of Navy Blue #0F5CFE

Color information

#0F5CFE (or 0x0F5CFE) is unknown color: approx Navy Blue. HEX triplet: 0F, 5C and FE. RGB value is (15,92,254). Sum of RGB (Red+Green+Blue) = 15+92+254=361 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.16% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 254 (99.61% from 255 or 70.36% from 361); Max value from RGB is 254 - color contains mainly: blue. Hex color #0F5CFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F5CFE is #F0A301. Grayscale: #565656. Windows color (decimal): -15770370 or 16669711. OLE color: 16669711.

HSL color Cylindrical-coordinate representation of color #0F5CFE: hue angle of 220.67º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F5CFE is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB1592254-
CMYK0.940.6400.00
HSL220.67º99.17%52.75%-
HSV(B)220.67º94.09%99.61%-
XYZ21.9114.9195.49-
YUV87.44221.9976.33-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.16%
GREEN value IS 92 (36.33% from 255) = 25.48%
BLUE value IS 254 (99.61% from 255) = 70.36%
R=4.16%
G=25.48%
B=70.36%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal15922540.940.6400.00220.6799.1752.75
HexF5CFE5E4000dd6335
Octal171343761361000033514365
Binary11111011100111111101011110100000000110111011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,92,254); }

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

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

 a { background-color: rgb(15,92,254); }

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

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

 span { border-color: rgb(15,92,254); }

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