#0F6BEF

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

Shades of Navy Blue #0F6BEF

Tints of Navy Blue #0F6BEF

Color information

#0F6BEF (or 0x0F6BEF) is unknown color: approx Navy Blue. HEX triplet: 0F, 6B and EF. RGB value is (15,107,239). Sum of RGB (Red+Green+Blue) = 15+107+239=361 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.16% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 239 (93.75% from 255 or 66.20% from 361); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F6BEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F6BEF is #F09410. Grayscale: #5D5D5D. Windows color (decimal): -15766545 or 15690511. OLE color: 15690511.

HSL color Cylindrical-coordinate representation of color #0F6BEF: hue angle of 215.36º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F6BEF is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB15107239-
CMYK0.940.5500.06
HSL215.36º88.19%49.8%-
HSV(B)215.36º93.72%93.73%-
XYZ21.0316.8583.8-
YUV94.54209.5271.27-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.16%
GREEN value IS 107 (42.19% from 255) = 29.64%
BLUE value IS 239 (93.75% from 255) = 66.20%
R=4.16%
G=29.64%
B=66.20%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal151072390.940.5500.06215.3688.1949.8
HexF6BEF5E3706d75832
Octal17153357136670632713062
Binary111111010111110111110111101101110110110101111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,107,239); }

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

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

 a { background-color: rgb(15,107,239); }

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

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

 span { border-color: rgb(15,107,239); }

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